Html Css Color HEX #5DAB9F Keppel

📋 copy color: '#5DAB9F'

red 93 ◦ green 171 ◦ blue 159

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

Shades of Keppel #5DAB9F

Tints of Keppel #5DAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 21.99%
G = 40.43%
B = 37.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#5DAB9F (or 0x5DAB9F) is known color: Keppel. HEX triplet: 5D, AB and 9F. RGB value is (93,171,159). Sum of RGB (Red+Green+Blue) = 93+171+159=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAB9F is #A25460. Grayscale: #929292. Windows color (decimal): -10638433 or 10464093. OLE color: 10464093.

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

Color convert

RGB 93 171 159 -
CMYK 0.46 0 0.07 0.33
HSL 170.77º 0.32% 0.52% -
HSV(B) 170.77º 0.46% 0.67% -
XYZ 25.34 33.96 38.02 -
YUV 146.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 93 171 159 0.46 0 0.07 0.33 170.77 0.32 0.52
Hex 5D AB 9F 2E 0 7 21 AB 20 34
Octal 135 253 237 56 0 7 41 253 40 64
Binary 1011101 10101011 10011111 101110 0 111 100001 10101011 100000 110100

Color Harmonies of #5DAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB9F

Black with #5DAB9F

Text Example


Text Example

White with #5DAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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