Html Css Color HEX #5ABC9E Puerto Rico

📋 copy color: '#5ABC9E'

red 90 ◦ green 188 ◦ blue 158

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

Shades of Puerto Rico #5ABC9E

Tints of Puerto Rico #5ABC9E

RGB

 RED value IS 90 (35.55% from 255) = 20.64%

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 20.64%
G = 43.12%
B = 36.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#5ABC9E (or 0x5ABC9E) is known color: Puerto Rico. HEX triplet: 5A, BC and 9E. RGB value is (90,188,158). Sum of RGB (Red+Green+Blue) = 90+188+158=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC9E is #A54361. Grayscale: #9B9B9B. Windows color (decimal): -10830690 or 10402906. OLE color: 10402906.

HSL color Cylindrical-coordinate representation of color #5ABC9E: hue angle of 161.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC9E is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 158 -
CMYK 0.52 0 0.16 0.26
HSL 161.63º 0.42% 0.55% -
HSV(B) 161.63º 0.52% 0.74% -
XYZ 28.37 40.61 38.69 -
YUV 155.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 90 188 158 0.52 0 0.16 0.26 161.63 0.42 0.55
Hex 5A BC 9E 34 0 10 1A A2 2A 37
Octal 132 274 236 64 0 20 32 242 52 67
Binary 1011010 10111100 10011110 110100 0 10000 11010 10100010 101010 110111

Color Harmonies of #5ABC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC9E

Black with #5ABC9E

Text Example


Text Example

White with #5ABC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,158); }

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

background-color css

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

 a { background-color: rgb(90,188,158); }

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

border-color css

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

 span { border-color: rgb(90,188,158); }

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