Html Css Color HEX #5DBEAD Puerto Rico

📋 copy color: '#5DBEAD'

red 93 ◦ green 190 ◦ blue 173

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

Shades of Puerto Rico #5DBEAD

Tints of Puerto Rico #5DBEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.94%

R = 20.39%
G = 41.67%
B = 37.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#5DBEAD (or 0x5DBEAD) is known color: Puerto Rico. HEX triplet: 5D, BE and AD. RGB value is (93,190,173). Sum of RGB (Red+Green+Blue) = 93+190+173=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEAD is #A24152. Grayscale: #9F9F9F. Windows color (decimal): -10633555 or 11386461. OLE color: 11386461.

HSL color Cylindrical-coordinate representation of color #5DBEAD: hue angle of 169.48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEAD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 190 173 -
CMYK 0.51 0 0.09 0.25
HSL 169.48º 0.43% 0.55% -
HSV(B) 169.48º 0.51% 0.75% -
XYZ 30.47 42.17 46.07 -
YUV 159.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 93 190 173 0.51 0 0.09 0.25 169.48 0.43 0.55
Hex 5D BE AD 33 0 9 19 A9 2B 37
Octal 135 276 255 63 0 11 31 251 53 67
Binary 1011101 10111110 10101101 110011 0 1001 11001 10101001 101011 110111

Color Harmonies of #5DBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEAD

Black with #5DBEAD

Text Example


Text Example

White with #5DBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,173); }

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

background-color css

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

 a { background-color: rgb(93,190,173); }

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

border-color css

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

 span { border-color: rgb(93,190,173); }

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