Html Css Color HEX #5DAA9C Keppel

📋 copy color: '#5DAA9C'

red 93 ◦ green 170 ◦ blue 156

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

Shades of Keppel #5DAA9C

Tints of Keppel #5DAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 22.2%
G = 40.57%
B = 37.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5DAA9C (or 0x5DAA9C) is known color: Keppel. HEX triplet: 5D, AA and 9C. RGB value is (93,170,156). Sum of RGB (Red+Green+Blue) = 93+170+156=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAA9C is #A25563. Grayscale: #919191. Windows color (decimal): -10638692 or 10267229. OLE color: 10267229.

HSL color Cylindrical-coordinate representation of color #5DAA9C: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA9C is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 170 156 -
CMYK 0.45 0 0.08 0.33
HSL 169.09º 0.31% 0.52% -
HSV(B) 169.09º 0.45% 0.67% -
XYZ 24.89 33.48 36.6 -
YUV 145.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 93 170 156 0.45 0 0.08 0.33 169.09 0.31 0.52
Hex 5D AA 9C 2D 0 8 21 A9 1F 34
Octal 135 252 234 55 0 10 41 251 37 64
Binary 1011101 10101010 10011100 101101 0 1000 100001 10101001 11111 110100

Color Harmonies of #5DAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAA9C

Black with #5DAA9C

Text Example


Text Example

White with #5DAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,156); }

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

background-color css

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

 a { background-color: rgb(93,170,156); }

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

border-color css

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

 span { border-color: rgb(93,170,156); }

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