Html Css Color HEX #5FAE90 Keppel

📋 copy color: '#5FAE90'

red 95 ◦ green 174 ◦ blue 144

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

Shades of Keppel #5FAE90

Tints of Keppel #5FAE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 23%
G = 42.13%
B = 34.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#5FAE90 (or 0x5FAE90) is known color: Keppel. HEX triplet: 5F, AE and 90. RGB value is (95,174,144). Sum of RGB (Red+Green+Blue) = 95+174+144=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE90 is #A0516F. Grayscale: #939393. Windows color (decimal): -10506608 or 9481823. OLE color: 9481823.

HSL color Cylindrical-coordinate representation of color #5FAE90: hue angle of 157.22º 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 #5FAE90 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 174 144 -
CMYK 0.45 0 0.17 0.32
HSL 157.22º 0.33% 0.53% -
HSV(B) 157.22º 0.45% 0.68% -
XYZ 24.89 34.72 31.78 -
YUV 146.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 95 174 144 0.45 0 0.17 0.32 157.22 0.33 0.53
Hex 5F AE 90 2D 0 11 20 9D 21 35
Octal 137 256 220 55 0 21 40 235 41 65
Binary 1011111 10101110 10010000 101101 0 10001 100000 10011101 100001 110101

Color Harmonies of #5FAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAE90

Black with #5FAE90

Text Example


Text Example

White with #5FAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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