Html Css Color HEX #5FAC99 Keppel

📋 copy color: '#5FAC99'

red 95 ◦ green 172 ◦ blue 153

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

Shades of Keppel #5FAC99

Tints of Keppel #5FAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 22.62%
G = 40.95%
B = 36.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#5FAC99 (or 0x5FAC99) is known color: Keppel. HEX triplet: 5F, AC and 99. RGB value is (95,172,153). Sum of RGB (Red+Green+Blue) = 95+172+153=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC99 is #A05366. Grayscale: #929292. Windows color (decimal): -10507111 or 10071135. OLE color: 10071135.

HSL color Cylindrical-coordinate representation of color #5FAC99: hue angle of 165.19º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC99 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 153 -
CMYK 0.45 0 0.11 0.33
HSL 165.19º 0.32% 0.52% -
HSV(B) 165.19º 0.45% 0.67% -
XYZ 25.22 34.24 35.42 -
YUV 146.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 95 172 153 0.45 0 0.11 0.33 165.19 0.32 0.52
Hex 5F AC 99 2D 0 B 21 A5 20 34
Octal 137 254 231 55 0 13 41 245 40 64
Binary 1011111 10101100 10011001 101101 0 1011 100001 10100101 100000 110100

Color Harmonies of #5FAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC99

Black with #5FAC99

Text Example


Text Example

White with #5FAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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