Html Css Color HEX #5FA98F Keppel

📋 copy color: '#5FA98F'

red 95 ◦ green 169 ◦ blue 143

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

Shades of Keppel #5FA98F

Tints of Keppel #5FA98F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 23.34%
G = 41.52%
B = 35.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#5FA98F (or 0x5FA98F) is known color: Keppel. HEX triplet: 5F, A9 and 8F. RGB value is (95,169,143). Sum of RGB (Red+Green+Blue) = 95+169+143=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA98F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA98F is #A05670. Grayscale: #8F8F8F. Windows color (decimal): -10507889 or 9415007. OLE color: 9415007.

HSL color Cylindrical-coordinate representation of color #5FA98F: hue angle of 158.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA98F is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 169 143 -
CMYK 0.44 0 0.15 0.34
HSL 158.92º 0.3% 0.52% -
HSV(B) 158.92º 0.44% 0.66% -
XYZ 23.87 32.79 31.06 -
YUV 143.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 95 169 143 0.44 0 0.15 0.34 158.92 0.3 0.52
Hex 5F A9 8F 2C 0 F 22 9F 1E 34
Octal 137 251 217 54 0 17 42 237 36 64
Binary 1011111 10101001 10001111 101100 0 1111 100010 10011111 11110 110100

Color Harmonies of #5FA98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA98F

Black with #5FA98F

Text Example


Text Example

White with #5FA98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,169,143); }

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

background-color css

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

 a { background-color: rgb(95,169,143); }

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

border-color css

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

 span { border-color: rgb(95,169,143); }

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