Html Css Color HEX #5DA996 Keppel

📋 copy color: '#5DA996'

red 93 ◦ green 169 ◦ blue 150

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

Shades of Keppel #5DA996

Tints of Keppel #5DA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 22.57%
G = 41.02%
B = 36.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#5DA996 (or 0x5DA996) is known color: Keppel. HEX triplet: 5D, A9 and 96. RGB value is (93,169,150). Sum of RGB (Red+Green+Blue) = 93+169+150=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA996 is #A25669. Grayscale: #909090. Windows color (decimal): -10638954 or 9873757. OLE color: 9873757.

HSL color Cylindrical-coordinate representation of color #5DA996: hue angle of 165º degrees, saturation: 0.31, 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 #5DA996 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 169 150 -
CMYK 0.45 0 0.11 0.34
HSL 165º 0.31% 0.51% -
HSV(B) 165º 0.45% 0.66% -
XYZ 24.21 32.91 33.93 -
YUV 144.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 93 169 150 0.45 0 0.11 0.34 165 0.31 0.51
Hex 5D A9 96 2D 0 B 22 A5 1F 33
Octal 135 251 226 55 0 13 42 245 37 63
Binary 1011101 10101001 10010110 101101 0 1011 100010 10100101 11111 110011

Color Harmonies of #5DA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA996

Black with #5DA996

Text Example


Text Example

White with #5DA996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,169,150); }

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

background-color css

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

 a { background-color: rgb(93,169,150); }

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

border-color css

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

 span { border-color: rgb(93,169,150); }

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