Html Css Color HEX #5FAB8D Keppel

📋 copy color: '#5FAB8D'

red 95 ◦ green 171 ◦ blue 141

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

Shades of Keppel #5FAB8D

Tints of Keppel #5FAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 23.34%
G = 42.01%
B = 34.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#5FAB8D (or 0x5FAB8D) is known color: Keppel. HEX triplet: 5F, AB and 8D. RGB value is (95,171,141). Sum of RGB (Red+Green+Blue) = 95+171+141=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAB8D is #A05472. Grayscale: #909090. Windows color (decimal): -10507379 or 9284447. OLE color: 9284447.

HSL color Cylindrical-coordinate representation of color #5FAB8D: hue angle of 156.32º 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 #5FAB8D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 171 141 -
CMYK 0.44 0 0.18 0.33
HSL 156.32º 0.31% 0.52% -
HSV(B) 156.32º 0.44% 0.67% -
XYZ 24.09 33.48 30.39 -
YUV 144.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 95 171 141 0.44 0 0.18 0.33 156.32 0.31 0.52
Hex 5F AB 8D 2C 0 12 21 9C 1F 34
Octal 137 253 215 54 0 22 41 234 37 64
Binary 1011111 10101011 10001101 101100 0 10010 100001 10011100 11111 110100

Color Harmonies of #5FAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB8D

Black with #5FAB8D

Text Example


Text Example

White with #5FAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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