Html Css Color HEX #5EB4A3 Puerto Rico

📋 copy color: '#5EB4A3'

red 94 ◦ green 180 ◦ blue 163

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

Shades of Puerto Rico #5EB4A3

Tints of Puerto Rico #5EB4A3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 21.51%
G = 41.19%
B = 37.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#5EB4A3 (or 0x5EB4A3) is known color: Puerto Rico. HEX triplet: 5E, B4 and A3. RGB value is (94,180,163). Sum of RGB (Red+Green+Blue) = 94+180+163=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB4A3 is #A14B5C. Grayscale: #989898. Windows color (decimal): -10570589 or 10728542. OLE color: 10728542.

HSL color Cylindrical-coordinate representation of color #5EB4A3: hue angle of 168.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB4A3 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 180 163 -
CMYK 0.48 0 0.09 0.29
HSL 168.14º 0.36% 0.54% -
HSV(B) 168.14º 0.48% 0.71% -
XYZ 27.55 37.67 40.47 -
YUV 152.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 94 180 163 0.48 0 0.09 0.29 168.14 0.36 0.54
Hex 5E B4 A3 30 0 9 1D A8 24 36
Octal 136 264 243 60 0 11 35 250 44 66
Binary 1011110 10110100 10100011 110000 0 1001 11101 10101000 100100 110110

Color Harmonies of #5EB4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB4A3

Black with #5EB4A3

Text Example


Text Example

White with #5EB4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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