#66BA9E

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

Shades of Keppel #66BA9E

Tints of Keppel #66BA9E

Color information

#66BA9E (or 0x66BA9E) is unknown color: approx Keppel. HEX triplet: 66, BA and 9E. RGB value is (102,186,158). Sum of RGB (Red+Green+Blue) = 102+186+158=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BA9E is #994561. Grayscale: #9D9D9D. Windows color (decimal): -10044770 or 10402406. OLE color: 10402406.

HSL color Cylindrical-coordinate representation of color #66BA9E: hue angle of 160º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA9E is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB102186158-
CMYK0.4500.150.27
HSL160º37.84%56.47%-
HSV(B)160º45.16%72.94%-
XYZ29.2140.4138.61-
YUV157.69128.1788.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.87%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=22.87%
G=41.70%
B=35.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861580.4500.150.2716037.8456.47
Hex66BA9E2D0F1Ba02638
Octal14627223655017332404670
Binary11001101011101010011110101101011111101110100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BA9E; }

 p { color: rgb(102,186,158); }

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

<style>
 a { background-color: #66BA9E; }

 a { background-color: rgb(102,186,158); }

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

<style>
 span { border-color: #66BA9E; }

 span { border-color: rgb(102,186,158); }

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