#3EBAAD

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

Shades of Puerto Rico #3EBAAD

Tints of Puerto Rico #3EBAAD

Color information

#3EBAAD (or 0x3EBAAD) is unknown color: approx Puerto Rico. HEX triplet: 3E, BA and AD. RGB value is (62,186,173). Sum of RGB (Red+Green+Blue) = 62+186+173=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBAAD is #C14552. Grayscale: #939393. Windows color (decimal): -12666195 or 11385406. OLE color: 11385406.

HSL color Cylindrical-coordinate representation of color #3EBAAD: hue angle of 173.71º 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 #3EBAAD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB62186173-
CMYK0.6700.070.27
HSL173.71º50%48.63%-
HSV(B)173.71º66.67%72.94%-
XYZ27.0939.1645.67-
YUV147.44142.4267.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.73%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=14.73%
G=44.18%
B=41.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621861730.6700.070.27173.715048.63
Hex3EBAAD43071Bae3231
Octal7627225510307332566261
Binary1111101011101010101101100001101111101110101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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