#40BBA3

Color #40BBA3 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #40BBA3

Tints of Puerto Rico #40BBA3

Color information

#40BBA3 (or 0x40BBA3) is unknown color: approx Puerto Rico. HEX triplet: 40, BB and A3. RGB value is (64,187,163). Sum of RGB (Red+Green+Blue) = 64+187+163=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BBA3 is #BF445C. Grayscale: #939393. Windows color (decimal): -12534877 or 10730304. OLE color: 10730304.

HSL color Cylindrical-coordinate representation of color #40BBA3: hue angle of 168.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BBA3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB64187163-
CMYK0.6600.130.27
HSL168.29º49%49.22%-
HSV(B)168.29º65.78%73.33%-
XYZ26.539.2740.83-
YUV147.49136.7568.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 187 (73.44% from 255) = 45.17%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=15.46%
G=45.17%
B=39.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641871630.6600.130.27168.294949.22
Hex40BBA3420D1Ba83131
Octal100273243102015332506161
Binary100000010111011101000111000010011011101110101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BBA3; }

 p { color: rgb(64,187,163); }

 H1.HeaderClassName
 {
   color: #40BBA3;
 }
 .AnyTagClassName
 {
   color: #40BBA3;
 }
</style>
background-color css

<style>
 a { background-color: #40BBA3; }

 a { background-color: rgb(64,187,163); }

 div.DivClassName
 {
   background-color: #40BBA3;
 }
 .BgClassName
 {
   background-color: #40BBA3;
 }
</style>
border-color css

<style>
 span { border-color: #40BBA3; }

 span { border-color: rgb(64,187,163); }

 td.TdClassName
 {
   border-color: #40BBA3;
 }
 .TagClassName
 {
   border-color: #40BBA3;
 }
</style>