Html Css Color HEX #5DAB8A Keppel

📋 copy color: '#5DAB8A'

red 93 ◦ green 171 ◦ blue 138

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

Shades of Keppel #5DAB8A

Tints of Keppel #5DAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 23.13%
G = 42.54%
B = 34.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#5DAB8A (or 0x5DAB8A) is known color: Keppel. HEX triplet: 5D, AB and 8A. RGB value is (93,171,138). Sum of RGB (Red+Green+Blue) = 93+171+138=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAB8A is #A25475. Grayscale: #8F8F8F. Windows color (decimal): -10638454 or 9087837. OLE color: 9087837.

HSL color Cylindrical-coordinate representation of color #5DAB8A: hue angle of 154.62º 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 #5DAB8A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 171 138 -
CMYK 0.46 0 0.19 0.33
HSL 154.62º 0.32% 0.52% -
HSV(B) 154.62º 0.46% 0.67% -
XYZ 23.66 33.29 29.22 -
YUV 143.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 93 171 138 0.46 0 0.19 0.33 154.62 0.32 0.52
Hex 5D AB 8A 2E 0 13 21 9B 20 34
Octal 135 253 212 56 0 23 41 233 40 64
Binary 1011101 10101011 10001010 101110 0 10011 100001 10011011 100000 110100

Color Harmonies of #5DAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB8A

Black with #5DAB8A

Text Example


Text Example

White with #5DAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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