Html Css Color HEX #5DA49A Cadet Blue

📋 copy color: '#5DA49A'

red 93 ◦ green 164 ◦ blue 154

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

Shades of Cadet Blue #5DA49A

Tints of Cadet Blue #5DA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 22.63%
G = 39.9%
B = 37.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#5DA49A (or 0x5DA49A) is known color: Cadet Blue. HEX triplet: 5D, A4 and 9A. RGB value is (93,164,154). Sum of RGB (Red+Green+Blue) = 93+164+154=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA49A is #A25B65. Grayscale: #8D8D8D. Windows color (decimal): -10640230 or 10134621. OLE color: 10134621.

HSL color Cylindrical-coordinate representation of color #5DA49A: hue angle of 171.55º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA49A is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 164 154 -
CMYK 0.43 0 0.06 0.36
HSL 171.55º 0.28% 0.5% -
HSV(B) 171.55º 0.43% 0.64% -
XYZ 23.62 31.21 35.35 -
YUV 141.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 93 164 154 0.43 0 0.06 0.36 171.55 0.28 0.5
Hex 5D A4 9A 2B 0 6 24 AC 1C 32
Octal 135 244 232 53 0 6 44 254 34 62
Binary 1011101 10100100 10011010 101011 0 110 100100 10101100 11100 110010

Color Harmonies of #5DA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA49A

Black with #5DA49A

Text Example


Text Example

White with #5DA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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