Html Css Color HEX #5EBBAD Puerto Rico

📋 copy color: '#5EBBAD'

red 94 ◦ green 187 ◦ blue 173

#5EBBAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #5EBBAD

Tints of Puerto Rico #5EBBAD

RGB

 RED value IS 94 (37.11% from 255) = 20.7%

 GREEN value IS 187 (73.44% from 255) = 41.19%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 20.7%
G = 41.19%
B = 38.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#5EBBAD (or 0x5EBBAD) is known color: Puerto Rico. HEX triplet: 5E, BB and AD. RGB value is (94,187,173). Sum of RGB (Red+Green+Blue) = 94+187+173=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAD is #A14452. Grayscale: #9D9D9D. Windows color (decimal): -10568787 or 11385694. OLE color: 11385694.

HSL color Cylindrical-coordinate representation of color #5EBBAD: hue angle of 170.97º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBBAD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 187 173 -
CMYK 0.50 0 0.07 0.27
HSL 170.97º 0.41% 0.55% -
HSV(B) 170.97º 0.5% 0.73% -
XYZ 29.93 40.94 45.86 -
YUV 157.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 94 187 173 0.50 0 0.07 0.27 170.97 0.41 0.55
Hex 5E BB AD 32 0 7 1B AB 29 37
Octal 136 273 255 62 0 7 33 253 51 67
Binary 1011110 10111011 10101101 110010 0 111 11011 10101011 101001 110111

Color Harmonies of #5EBBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBAD

Black with #5EBBAD

Text Example


Text Example

White with #5EBBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EBBAD;
 }
 .AnyTagClassName
 {
   color: #5EBBAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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