Html Css Color HEX #5FBB99 Keppel

📋 copy color: '#5FBB99'

red 95 ◦ green 187 ◦ blue 153

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

Shades of Keppel #5FBB99

Tints of Keppel #5FBB99

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 21.84%
G = 42.99%
B = 35.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#5FBB99 (or 0x5FBB99) is known color: Keppel. HEX triplet: 5F, BB and 99. RGB value is (95,187,153). Sum of RGB (Red+Green+Blue) = 95+187+153=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBB99 is #A04466. Grayscale: #9B9B9B. Windows color (decimal): -10503271 or 10074975. OLE color: 10074975.

HSL color Cylindrical-coordinate representation of color #5FBB99: hue angle of 157.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBB99 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 187 153 -
CMYK 0.49 0 0.18 0.27
HSL 157.83º 0.4% 0.55% -
HSV(B) 157.83º 0.49% 0.73% -
XYZ 28.24 40.27 36.42 -
YUV 155.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 95 187 153 0.49 0 0.18 0.27 157.83 0.4 0.55
Hex 5F BB 99 31 0 12 1B 9E 28 37
Octal 137 273 231 61 0 22 33 236 50 67
Binary 1011111 10111011 10011001 110001 0 10010 11011 10011110 101000 110111

Color Harmonies of #5FBB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB99

Black with #5FBB99

Text Example


Text Example

White with #5FBB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,187,153); }

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

background-color css

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

 a { background-color: rgb(95,187,153); }

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

border-color css

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

 span { border-color: rgb(95,187,153); }

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