Html Css Color HEX #5FB296 Keppel

📋 copy color: '#5FB296'

red 95 ◦ green 178 ◦ blue 150

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

Shades of Keppel #5FB296

Tints of Keppel #5FB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 22.46%
G = 42.08%
B = 35.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#5FB296 (or 0x5FB296) is known color: Keppel. HEX triplet: 5F, B2 and 96. RGB value is (95,178,150). Sum of RGB (Red+Green+Blue) = 95+178+150=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB296 is #A04D69. Grayscale: #969696. Windows color (decimal): -10505578 or 9876063. OLE color: 9876063.

HSL color Cylindrical-coordinate representation of color #5FB296: hue angle of 159.76º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB296 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 178 150 -
CMYK 0.47 0 0.16 0.30
HSL 159.76º 0.35% 0.54% -
HSV(B) 159.76º 0.47% 0.7% -
XYZ 26.14 36.48 34.52 -
YUV 149.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 95 178 150 0.47 0 0.16 0.30 159.76 0.35 0.54
Hex 5F B2 96 2F 0 10 1E A0 23 36
Octal 137 262 226 57 0 20 36 240 43 66
Binary 1011111 10110010 10010110 101111 0 10000 11110 10100000 100011 110110

Color Harmonies of #5FB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB296

Black with #5FB296

Text Example


Text Example

White with #5FB296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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