Html Css Color HEX #5FC09E Keppel

📋 copy color: '#5FC09E'

red 95 ◦ green 192 ◦ blue 158

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

Shades of Keppel #5FC09E

Tints of Keppel #5FC09E

RGB

 RED value IS 95 (37.5% from 255) = 21.35%

 GREEN value IS 192 (75.39% from 255) = 43.15%

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

R = 21.35%
G = 43.15%
B = 35.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#5FC09E (or 0x5FC09E) is known color: Keppel. HEX triplet: 5F, C0 and 9E. RGB value is (95,192,158). Sum of RGB (Red+Green+Blue) = 95+192+158=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC09E is #A03F61. Grayscale: #9F9F9F. Windows color (decimal): -10501986 or 10403935. OLE color: 10403935.

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

Color convert

RGB 95 192 158 -
CMYK 0.51 0 0.18 0.25
HSL 158.97º 0.43% 0.56% -
HSV(B) 158.97º 0.51% 0.75% -
XYZ 29.74 42.6 39 -
YUV 159.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 95 192 158 0.51 0 0.18 0.25 158.97 0.43 0.56
Hex 5F C0 9E 33 0 12 19 9F 2B 38
Octal 137 300 236 63 0 22 31 237 53 70
Binary 1011111 11000000 10011110 110011 0 10010 11001 10011111 101011 111000

Color Harmonies of #5FC09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC09E

Black with #5FC09E

Text Example


Text Example

White with #5FC09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,192,158); }

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

background-color css

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

 a { background-color: rgb(95,192,158); }

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

border-color css

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

 span { border-color: rgb(95,192,158); }

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