Html Css Color HEX #5FB696 Keppel

📋 copy color: '#5FB696'

red 95 ◦ green 182 ◦ blue 150

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

Shades of Keppel #5FB696

Tints of Keppel #5FB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.62%

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

R = 22.25%
G = 42.62%
B = 35.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#5FB696 (or 0x5FB696) is known color: Keppel. HEX triplet: 5F, B6 and 96. RGB value is (95,182,150). Sum of RGB (Red+Green+Blue) = 95+182+150=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB696 is #A04969. Grayscale: #989898. Windows color (decimal): -10504554 or 9877087. OLE color: 9877087.

HSL color Cylindrical-coordinate representation of color #5FB696: hue angle of 157.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB696 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 182 150 -
CMYK 0.48 0 0.18 0.29
HSL 157.93º 0.37% 0.54% -
HSV(B) 157.93º 0.48% 0.71% -
XYZ 26.95 38.09 34.79 -
YUV 152.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 95 182 150 0.48 0 0.18 0.29 157.93 0.37 0.54
Hex 5F B6 96 30 0 12 1D 9E 25 36
Octal 137 266 226 60 0 22 35 236 45 66
Binary 1011111 10110110 10010110 110000 0 10010 11101 10011110 100101 110110

Color Harmonies of #5FB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB696

Black with #5FB696

Text Example


Text Example

White with #5FB696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,182,150); }

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

background-color css

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

 a { background-color: rgb(95,182,150); }

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

border-color css

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

 span { border-color: rgb(95,182,150); }

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