Html Css Color HEX #5DBE9F Keppel

📋 copy color: '#5DBE9F'

red 93 ◦ green 190 ◦ blue 159

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

Shades of Keppel #5DBE9F

Tints of Keppel #5DBE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

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

R = 21.04%
G = 42.99%
B = 35.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#5DBE9F (or 0x5DBE9F) is known color: Keppel. HEX triplet: 5D, BE and 9F. RGB value is (93,190,159). Sum of RGB (Red+Green+Blue) = 93+190+159=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBE9F is #A24160. Grayscale: #9D9D9D. Windows color (decimal): -10633569 or 10468957. OLE color: 10468957.

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

Color convert

RGB 93 190 159 -
CMYK 0.51 0 0.16 0.25
HSL 160.82º 0.43% 0.55% -
HSV(B) 160.82º 0.51% 0.75% -
XYZ 29.19 41.66 39.3 -
YUV 157.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 93 190 159 0.51 0 0.16 0.25 160.82 0.43 0.55
Hex 5D BE 9F 33 0 10 19 A1 2B 37
Octal 135 276 237 63 0 20 31 241 53 67
Binary 1011101 10111110 10011111 110011 0 10000 11001 10100001 101011 110111

Color Harmonies of #5DBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBE9F

Black with #5DBE9F

Text Example


Text Example

White with #5DBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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