#3EBBAD

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

Shades of Puerto Rico #3EBBAD

Tints of Puerto Rico #3EBBAD

Color information

#3EBBAD (or 0x3EBBAD) is unknown color: approx Puerto Rico. HEX triplet: 3E, BB and AD. RGB value is (62,187,173). Sum of RGB (Red+Green+Blue) = 62+187+173=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #3EBBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBBAD is #C14452. Grayscale: #939393. Windows color (decimal): -12665939 or 11385662. OLE color: 11385662.

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

Color convert

RGB62187173-
CMYK0.6700.070.27
HSL173.28º50.2%48.82%-
HSV(B)173.28º66.84%73.33%-
XYZ27.339.5845.74-
YUV148.03142.0966.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.69%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=14.69%
G=44.31%
B=41.00%

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
Decimal621871730.6700.070.27173.2850.248.82
Hex3EBBAD43071Bad3231
Octal7627325510307332556261
Binary1111101011101110101101100001101111101110101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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