#6AC0A0

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

Shades of Keppel #6AC0A0

Tints of Keppel #6AC0A0

Color information

#6AC0A0 (or 0x6AC0A0) is unknown color: approx Keppel. HEX triplet: 6A, C0 and A0. RGB value is (106,192,160). Sum of RGB (Red+Green+Blue) = 106+192+160=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0A0 is #953F5F. Grayscale: #A2A2A2. Windows color (decimal): -9781088 or 10535018. OLE color: 10535018.

HSL color Cylindrical-coordinate representation of color #6AC0A0: hue angle of 157.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0A0 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB106192160-
CMYK0.4500.170.25
HSL157.67º40.57%58.43%-
HSV(B)157.67º44.79%75.29%-
XYZ31.1443.339.97-
YUV162.64126.5187.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.14%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=23.14%
G=41.92%
B=34.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061921600.4500.170.25157.6740.5758.43
Hex6AC0A02D011199e293a
Octal15230024055021312365172
Binary110101011000000101000001011010100011100110011110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AC0A0; }

 p { color: rgb(106,192,160); }

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

<style>
 a { background-color: #6AC0A0; }

 a { background-color: rgb(106,192,160); }

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

<style>
 span { border-color: #6AC0A0; }

 span { border-color: rgb(106,192,160); }

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