Html Css Color HEX #5EBEAD Puerto Rico

📋 copy color: '#5EBEAD'

red 94 ◦ green 190 ◦ blue 173

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

Shades of Puerto Rico #5EBEAD

Tints of Puerto Rico #5EBEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

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

R = 20.57%
G = 41.58%
B = 37.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#5EBEAD (or 0x5EBEAD) is known color: Puerto Rico. HEX triplet: 5E, BE and AD. RGB value is (94,190,173). Sum of RGB (Red+Green+Blue) = 94+190+173=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEAD is #A14152. Grayscale: #9F9F9F. Windows color (decimal): -10568019 or 11386462. OLE color: 11386462.

HSL color Cylindrical-coordinate representation of color #5EBEAD: hue angle of 169.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBEAD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 173 -
CMYK 0.51 0 0.09 0.25
HSL 169.38º 0.42% 0.56% -
HSV(B) 169.38º 0.51% 0.75% -
XYZ 30.57 42.22 46.07 -
YUV 159.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 94 190 173 0.51 0 0.09 0.25 169.38 0.42 0.56
Hex 5E BE AD 33 0 9 19 A9 2A 38
Octal 136 276 255 63 0 11 31 251 52 70
Binary 1011110 10111110 10101101 110011 0 1001 11001 10101001 101010 111000

Color Harmonies of #5EBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEAD

Black with #5EBEAD

Text Example


Text Example

White with #5EBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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