#60B09F

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

Shades of Keppel #60B09F

Tints of Keppel #60B09F

Color information

#60B09F (or 0x60B09F) is unknown color: approx Keppel. HEX triplet: 60, B0 and 9F. RGB value is (96,176,159). Sum of RGB (Red+Green+Blue) = 96+176+159=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #60B09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B09F is #9F4F60. Grayscale: #969696. Windows color (decimal): -10440545 or 10465376. OLE color: 10465376.

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

Color convert

RGB96176159-
CMYK0.4500.100.31
HSL167.25º33.61%53.33%-
HSV(B)167.25º45.45%69.02%-
XYZ26.6136.0438.36-
YUV150.1413389.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.27%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=22.27%
G=40.84%
B=36.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761590.4500.100.31167.2533.6153.33
Hex60B09F2D0A1Fa72235
Octal14026023755012372474265
Binary11000001011000010011111101101010101111110100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,176,159); }

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

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

 a { background-color: rgb(96,176,159); }

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

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

 span { border-color: rgb(96,176,159); }

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