Html Css Color HEX #5DBF9E Keppel

📋 copy color: '#5DBF9E'

red 93 ◦ green 191 ◦ blue 158

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

Shades of Keppel #5DBF9E

Tints of Keppel #5DBF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 21.04%
G = 43.21%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#5DBF9E (or 0x5DBF9E) is known color: Keppel. HEX triplet: 5D, BF and 9E. RGB value is (93,191,158). Sum of RGB (Red+Green+Blue) = 93+191+158=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBF9E is #A24061. Grayscale: #9D9D9D. Windows color (decimal): -10633314 or 10403677. OLE color: 10403677.

HSL color Cylindrical-coordinate representation of color #5DBF9E: hue angle of 159.8º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF9E is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 158 -
CMYK 0.51 0 0.17 0.25
HSL 159.8º 0.43% 0.56% -
HSV(B) 159.8º 0.51% 0.75% -
XYZ 29.32 42.06 38.92 -
YUV 157.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 93 191 158 0.51 0 0.17 0.25 159.8 0.43 0.56
Hex 5D BF 9E 33 0 11 19 A0 2B 38
Octal 135 277 236 63 0 21 31 240 53 70
Binary 1011101 10111111 10011110 110011 0 10001 11001 10100000 101011 111000

Color Harmonies of #5DBF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF9E

Black with #5DBF9E

Text Example


Text Example

White with #5DBF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,158); }

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

background-color css

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

 a { background-color: rgb(93,191,158); }

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

border-color css

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

 span { border-color: rgb(93,191,158); }

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