#3EAEA0

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

Shades of Puerto Rico #3EAEA0

Tints of Puerto Rico #3EAEA0

Color information

#3EAEA0 (or 0x3EAEA0) is unknown color: approx Puerto Rico. HEX triplet: 3E, AE and A0. RGB value is (62,174,160). Sum of RGB (Red+Green+Blue) = 62+174+160=396 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.66% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #3EAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAEA0 is #C1515F. Grayscale: #8A8A8A. Windows color (decimal): -12669280 or 10530366. OLE color: 10530366.

HSL color Cylindrical-coordinate representation of color #3EAEA0: hue angle of 172.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAEA0 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB62174160-
CMYK0.6400.080.32
HSL172.5º47.46%46.27%-
HSV(B)172.5º64.37%68.24%-
XYZ23.4733.8338.55-
YUV138.92139.8973.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.66%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=15.66%
G=43.94%
B=40.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal621741600.6400.080.32172.547.4646.27
Hex3EAEA0400820ac2f2e
Octal76256240100010402545756
Binary111110101011101010000010000000100010000010101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,174,160); }

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

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

 a { background-color: rgb(62,174,160); }

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

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

 span { border-color: rgb(62,174,160); }

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