Html Css Color HEX #60AE9E Keppel

📋 copy color: '#60AE9E'

red 96 ◦ green 174 ◦ blue 158

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

Shades of Keppel #60AE9E

Tints of Keppel #60AE9E

RGB

 RED value IS 96 (37.89% from 255) = 22.43%

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 22.43%
G = 40.65%
B = 36.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#60AE9E (or 0x60AE9E) is known color: Keppel. HEX triplet: 60, AE and 9E. RGB value is (96,174,158). Sum of RGB (Red+Green+Blue) = 96+174+158=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE9E is #9F5161. Grayscale: #949494. Windows color (decimal): -10441058 or 10399328. OLE color: 10399328.

HSL color Cylindrical-coordinate representation of color #60AE9E: hue angle of 167.69º degrees, saturation: 0.32, 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 #60AE9E is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 174 158 -
CMYK 0.45 0 0.09 0.32
HSL 167.69º 0.33% 0.53% -
HSV(B) 167.69º 0.45% 0.68% -
XYZ 26.13 35.23 37.77 -
YUV 148.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 96 174 158 0.45 0 0.09 0.32 167.69 0.33 0.53
Hex 60 AE 9E 2D 0 9 20 A8 20 35
Octal 140 256 236 55 0 11 40 250 40 65
Binary 1100000 10101110 10011110 101101 0 1001 100000 10101000 100000 110101

Color Harmonies of #60AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AE9E

Black with #60AE9E

Text Example


Text Example

White with #60AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AE9E; }

 p { color: rgb(96,174,158); }

 H1.HeaderClassName
 {
   color: #60AE9E;
 }
 .AnyTagClassName
 {
   color: #60AE9E;
 }
</style>

background-color css

<style>
 a { background-color: #60AE9E; }

 a { background-color: rgb(96,174,158); }

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

border-color css

<style>
 span { border-color: #60AE9E; }

 span { border-color: rgb(96,174,158); }

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