Html Css Color HEX #5FAB9D Keppel

📋 copy color: '#5FAB9D'

red 95 ◦ green 171 ◦ blue 157

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

Shades of Keppel #5FAB9D

Tints of Keppel #5FAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 22.46%
G = 40.43%
B = 37.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5FAB9D (or 0x5FAB9D) is known color: Keppel. HEX triplet: 5F, AB and 9D. RGB value is (95,171,157). Sum of RGB (Red+Green+Blue) = 95+171+157=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAB9D is #A05462. Grayscale: #929292. Windows color (decimal): -10507363 or 10333023. OLE color: 10333023.

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

Color convert

RGB 95 171 157 -
CMYK 0.44 0 0.08 0.33
HSL 168.95º 0.31% 0.52% -
HSV(B) 168.95º 0.44% 0.67% -
XYZ 25.37 33.99 37.12 -
YUV 146.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 95 171 157 0.44 0 0.08 0.33 168.95 0.31 0.52
Hex 5F AB 9D 2C 0 8 21 A9 1F 34
Octal 137 253 235 54 0 10 41 251 37 64
Binary 1011111 10101011 10011101 101100 0 1000 100001 10101001 11111 110100

Color Harmonies of #5FAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB9D

Black with #5FAB9D

Text Example


Text Example

White with #5FAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,171,157); }

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

background-color css

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

 a { background-color: rgb(95,171,157); }

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

border-color css

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

 span { border-color: rgb(95,171,157); }

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