Html Css Color HEX #5EBF9F Keppel

📋 copy color: '#5EBF9F'

red 94 ◦ green 191 ◦ blue 159

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

Shades of Keppel #5EBF9F

Tints of Keppel #5EBF9F

RGB

 RED value IS 94 (37.11% from 255) = 21.17%

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

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

R = 21.17%
G = 43.02%
B = 35.81%

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

#5EBF9F (or 0x5EBF9F) is known color: Keppel. HEX triplet: 5E, BF and 9F. RGB value is (94,191,159). Sum of RGB (Red+Green+Blue) = 94+191+159=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBF9F is #A14060. Grayscale: #9E9E9E. Windows color (decimal): -10567777 or 10469214. OLE color: 10469214.

HSL color Cylindrical-coordinate representation of color #5EBF9F: hue angle of 160.21º 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 #5EBF9F is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 191 159 -
CMYK 0.51 0 0.17 0.25
HSL 160.21º 0.43% 0.56% -
HSV(B) 160.21º 0.51% 0.75% -
XYZ 29.5 42.14 39.38 -
YUV 158.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 94 191 159 0.51 0 0.17 0.25 160.21 0.43 0.56
Hex 5E BF 9F 33 0 11 19 A0 2B 38
Octal 136 277 237 63 0 21 31 240 53 70
Binary 1011110 10111111 10011111 110011 0 10001 11001 10100000 101011 111000

Color Harmonies of #5EBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF9F

Black with #5EBF9F

Text Example


Text Example

White with #5EBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,191,159); }

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

background-color css

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

 a { background-color: rgb(94,191,159); }

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

border-color css

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

 span { border-color: rgb(94,191,159); }

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