#3EBAA9

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

Shades of Puerto Rico #3EBAA9

Tints of Puerto Rico #3EBAA9

Color information

#3EBAA9 (or 0x3EBAA9) is unknown color: approx Puerto Rico. HEX triplet: 3E, BA and A9. RGB value is (62,186,169). Sum of RGB (Red+Green+Blue) = 62+186+169=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBAA9 is #C14556. Grayscale: #929292. Windows color (decimal): -12666199 or 11123262. OLE color: 11123262.

HSL color Cylindrical-coordinate representation of color #3EBAA9: hue angle of 171.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBAA9 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB62186169-
CMYK0.6700.090.27
HSL171.77º50%48.63%-
HSV(B)171.77º66.67%72.94%-
XYZ26.7139.0143.66-
YUV146.99140.4267.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.87%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=14.87%
G=44.60%
B=40.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621861690.6700.090.27171.775048.63
Hex3EBAA943091Bac3231
Octal76272251103011332546261
Binary11111010111010101010011000011010011101110101100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EBAA9; }

 p { color: rgb(62,186,169); }

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

<style>
 a { background-color: #3EBAA9; }

 a { background-color: rgb(62,186,169); }

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

<style>
 span { border-color: #3EBAA9; }

 span { border-color: rgb(62,186,169); }

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