Html Css Color HEX #5FAE8F Keppel

📋 copy color: '#5FAE8F'

red 95 ◦ green 174 ◦ blue 143

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

Shades of Keppel #5FAE8F

Tints of Keppel #5FAE8F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

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

R = 23.06%
G = 42.23%
B = 34.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#5FAE8F (or 0x5FAE8F) is known color: Keppel. HEX triplet: 5F, AE and 8F. RGB value is (95,174,143). Sum of RGB (Red+Green+Blue) = 95+174+143=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE8F is #A05170. Grayscale: #929292. Windows color (decimal): -10506609 or 9416287. OLE color: 9416287.

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

Color convert

RGB 95 174 143 -
CMYK 0.45 0 0.18 0.32
HSL 156.46º 0.33% 0.53% -
HSV(B) 156.46º 0.45% 0.68% -
XYZ 24.81 34.69 31.37 -
YUV 146.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 95 174 143 0.45 0 0.18 0.32 156.46 0.33 0.53
Hex 5F AE 8F 2D 0 12 20 9C 21 35
Octal 137 256 217 55 0 22 40 234 41 65
Binary 1011111 10101110 10001111 101101 0 10010 100000 10011100 100001 110101

Color Harmonies of #5FAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAE8F

Black with #5FAE8F

Text Example


Text Example

White with #5FAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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