Html Css Color HEX #5DA89F Cadet Blue

📋 copy color: '#5DA89F'

red 93 ◦ green 168 ◦ blue 159

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

Shades of Cadet Blue #5DA89F

Tints of Cadet Blue #5DA89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 22.14%
G = 40%
B = 37.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#5DA89F (or 0x5DA89F) is known color: Cadet Blue. HEX triplet: 5D, A8 and 9F. RGB value is (93,168,159). Sum of RGB (Red+Green+Blue) = 93+168+159=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA89F is #A25760. Grayscale: #909090. Windows color (decimal): -10639201 or 10463325. OLE color: 10463325.

HSL color Cylindrical-coordinate representation of color #5DA89F: hue angle of 172.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA89F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 168 159 -
CMYK 0.45 0 0.05 0.34
HSL 172.8º 0.3% 0.51% -
HSV(B) 172.8º 0.45% 0.66% -
XYZ 24.77 32.84 37.83 -
YUV 144.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 93 168 159 0.45 0 0.05 0.34 172.8 0.3 0.51
Hex 5D A8 9F 2D 0 5 22 AD 1E 33
Octal 135 250 237 55 0 5 42 255 36 63
Binary 1011101 10101000 10011111 101101 0 101 100010 10101101 11110 110011

Color Harmonies of #5DA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA89F

Black with #5DA89F

Text Example


Text Example

White with #5DA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,159); }

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

background-color css

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

 a { background-color: rgb(93,168,159); }

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

border-color css

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

 span { border-color: rgb(93,168,159); }

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