Html Css Color HEX #5EBEA3 Puerto Rico

📋 copy color: '#5EBEA3'

red 94 ◦ green 190 ◦ blue 163

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

Shades of Puerto Rico #5EBEA3

Tints of Puerto Rico #5EBEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.47%

R = 21.03%
G = 42.51%
B = 36.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#5EBEA3 (or 0x5EBEA3) is known color: Puerto Rico. HEX triplet: 5E, BE and A3. RGB value is (94,190,163). Sum of RGB (Red+Green+Blue) = 94+190+163=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEA3 is #A1415C. Grayscale: #9E9E9E. Windows color (decimal): -10568029 or 10731102. OLE color: 10731102.

HSL color Cylindrical-coordinate representation of color #5EBEA3: hue angle of 163.12º 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 #5EBEA3 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 163 -
CMYK 0.51 0 0.14 0.25
HSL 163.13º 0.42% 0.56% -
HSV(B) 163.13º 0.51% 0.75% -
XYZ 29.64 41.85 41.17 -
YUV 158.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 94 190 163 0.51 0 0.14 0.25 163.13 0.42 0.56
Hex 5E BE A3 33 0 E 19 A3 2A 38
Octal 136 276 243 63 0 16 31 243 52 70
Binary 1011110 10111110 10100011 110011 0 1110 11001 10100011 101010 111000

Color Harmonies of #5EBEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEA3

Black with #5EBEA3

Text Example


Text Example

White with #5EBEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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