#69B99C

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

Shades of Keppel #69B99C

Tints of Keppel #69B99C

Color information

#69B99C (or 0x69B99C) is unknown color: approx Keppel. HEX triplet: 69, B9 and 9C. RGB value is (105,185,156). Sum of RGB (Red+Green+Blue) = 105+185+156=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #69B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B99C is #964663. Grayscale: #9D9D9D. Windows color (decimal): -9848420 or 10271081. OLE color: 10271081.

HSL color Cylindrical-coordinate representation of color #69B99C: hue angle of 158.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B99C is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB105185156-
CMYK0.4300.160.27
HSL158.25º36.36%56.86%-
HSV(B)158.25º43.24%72.55%-
XYZ29.1840.137.66-
YUV157.7712790.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=23.54%
G=41.48%
B=34.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851560.4300.160.27158.2536.3656.86
Hex69B99C2B0101B9e2439
Octal15127123453020332364471
Binary110100110111001100111001010110100001101110011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B99C; }

 p { color: rgb(105,185,156); }

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

<style>
 a { background-color: #69B99C; }

 a { background-color: rgb(105,185,156); }

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

<style>
 span { border-color: #69B99C; }

 span { border-color: rgb(105,185,156); }

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