Html Css Color HEX #5EBCA3 Puerto Rico

📋 copy color: '#5EBCA3'

red 94 ◦ green 188 ◦ blue 163

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

Shades of Puerto Rico #5EBCA3

Tints of Puerto Rico #5EBCA3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 21.12%
G = 42.25%
B = 36.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#5EBCA3 (or 0x5EBCA3) is known color: Puerto Rico. HEX triplet: 5E, BC and A3. RGB value is (94,188,163). Sum of RGB (Red+Green+Blue) = 94+188+163=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBCA3 is #A1435C. Grayscale: #9D9D9D. Windows color (decimal): -10568541 or 10730590. OLE color: 10730590.

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

Color convert

RGB 94 188 163 -
CMYK 0.50 0 0.13 0.26
HSL 164.04º 0.41% 0.55% -
HSV(B) 164.04º 0.5% 0.74% -
XYZ 29.21 40.99 41.02 -
YUV 157.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 94 188 163 0.50 0 0.13 0.26 164.04 0.41 0.55
Hex 5E BC A3 32 0 D 1A A4 29 37
Octal 136 274 243 62 0 15 32 244 51 67
Binary 1011110 10111100 10100011 110010 0 1101 11010 10100100 101001 110111

Color Harmonies of #5EBCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCA3

Black with #5EBCA3

Text Example


Text Example

White with #5EBCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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