Html Css Color HEX #5DB9A4 Puerto Rico

📋 copy color: '#5DB9A4'

red 93 ◦ green 185 ◦ blue 164

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

Shades of Puerto Rico #5DB9A4

Tints of Puerto Rico #5DB9A4

RGB

 RED value IS 93 (36.72% from 255) = 21.04%

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 21.04%
G = 41.86%
B = 37.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#5DB9A4 (or 0x5DB9A4) is known color: Puerto Rico. HEX triplet: 5D, B9 and A4. RGB value is (93,185,164). Sum of RGB (Red+Green+Blue) = 93+185+164=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB9A4 is #A2465B. Grayscale: #9B9B9B. Windows color (decimal): -10634844 or 10795357. OLE color: 10795357.

HSL color Cylindrical-coordinate representation of color #5DB9A4: hue angle of 166.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB9A4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 164 -
CMYK 0.50 0 0.11 0.27
HSL 166.3º 0.4% 0.55% -
HSV(B) 166.3º 0.5% 0.73% -
XYZ 28.56 39.71 41.28 -
YUV 155.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 93 185 164 0.50 0 0.11 0.27 166.3 0.4 0.55
Hex 5D B9 A4 32 0 B 1B A6 28 37
Octal 135 271 244 62 0 13 33 246 50 67
Binary 1011101 10111001 10100100 110010 0 1011 11011 10100110 101000 110111

Color Harmonies of #5DB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB9A4

Black with #5DB9A4

Text Example


Text Example

White with #5DB9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,164); }

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

background-color css

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

 a { background-color: rgb(93,185,164); }

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

border-color css

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

 span { border-color: rgb(93,185,164); }

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