Html Css Color HEX #5FAE9A Keppel

📋 copy color: '#5FAE9A'

red 95 ◦ green 174 ◦ blue 154

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

Shades of Keppel #5FAE9A

Tints of Keppel #5FAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 22.46%
G = 41.13%
B = 36.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#5FAE9A (or 0x5FAE9A) is known color: Keppel. HEX triplet: 5F, AE and 9A. RGB value is (95,174,154). Sum of RGB (Red+Green+Blue) = 95+174+154=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE9A is #A05165. Grayscale: #949494. Windows color (decimal): -10506598 or 10137183. OLE color: 10137183.

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

Color convert

RGB 95 174 154 -
CMYK 0.45 0 0.11 0.32
HSL 164.81º 0.33% 0.53% -
HSV(B) 164.81º 0.45% 0.68% -
XYZ 25.69 35.04 35.98 -
YUV 148.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 95 174 154 0.45 0 0.11 0.32 164.81 0.33 0.53
Hex 5F AE 9A 2D 0 B 20 A5 21 35
Octal 137 256 232 55 0 13 40 245 41 65
Binary 1011111 10101110 10011010 101101 0 1011 100000 10100101 100001 110101

Color Harmonies of #5FAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAE9A

Black with #5FAE9A

Text Example


Text Example

White with #5FAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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