#3EAFA2

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

Shades of Puerto Rico #3EAFA2

Tints of Puerto Rico #3EAFA2

Color information

#3EAFA2 (or 0x3EAFA2) is unknown color: approx Puerto Rico. HEX triplet: 3E, AF and A2. RGB value is (62,175,162). Sum of RGB (Red+Green+Blue) = 62+175+162=399 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.54% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAFA2 is #C1505D. Grayscale: #8B8B8B. Windows color (decimal): -12669022 or 10661694. OLE color: 10661694.

HSL color Cylindrical-coordinate representation of color #3EAFA2: hue angle of 173.1º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAFA2 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB62175162-
CMYK0.6500.070.31
HSL173.1º47.68%46.47%-
HSV(B)173.1º64.57%68.63%-
XYZ23.8434.2939.55-
YUV139.73140.5672.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.54%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=15.54%
G=43.86%
B=40.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621751620.6500.070.31173.147.6846.47
Hex3EAFA241071Fad302e
Octal7625724210107372556056
Binary1111101010111110100010100000101111111110101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,175,162); }

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

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

 a { background-color: rgb(62,175,162); }

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

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

 span { border-color: rgb(62,175,162); }

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