#60AF98

Color #60AF98 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #60AF98

Tints of Keppel #60AF98

Color information

#60AF98 (or 0x60AF98) is unknown color: approx Keppel. HEX triplet: 60, AF and 98. RGB value is (96,175,152). Sum of RGB (Red+Green+Blue) = 96+175+152=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF98 is #9F5067. Grayscale: #949494. Windows color (decimal): -10440808 or 10006368. OLE color: 10006368.

HSL color Cylindrical-coordinate representation of color #60AF98: hue angle of 162.53º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF98 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB96175152-
CMYK0.4500.130.31
HSL162.53º33.05%53.14%-
HSV(B)162.53º45.14%68.63%-
XYZ25.8235.4135.18-
YUV148.76129.8390.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=22.70%
G=41.37%
B=35.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751520.4500.130.31162.5333.0553.14
Hex60AF982D0D1Fa32135
Octal14025723055015372434165
Binary11000001010111110011000101101011011111110100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,175,152); }

 H1.HeaderClassName
 {
   color: #60AF98;
 }
 .AnyTagClassName
 {
   color: #60AF98;
 }
</style>
background-color css

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

 a { background-color: rgb(96,175,152); }

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

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

 span { border-color: rgb(96,175,152); }

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