#69B09C

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

Shades of Keppel #69B09C

Tints of Keppel #69B09C

Color information

#69B09C (or 0x69B09C) is unknown color: approx Keppel. HEX triplet: 69, B0 and 9C. RGB value is (105,176,156). Sum of RGB (Red+Green+Blue) = 105+176+156=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #69B09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B09C is #964F63. Grayscale: #989898. Windows color (decimal): -9850724 or 10268777. OLE color: 10268777.

HSL color Cylindrical-coordinate representation of color #69B09C: hue angle of 163.1º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B09C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB105176156-
CMYK0.4000.110.31
HSL163.1º31%55.1%-
HSV(B)163.1º40.34%69.02%-
XYZ27.3536.4537.05-
YUV152.49129.9894.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=24.03%
G=40.27%
B=35.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761560.4000.110.31163.13155.1
Hex69B09C280B1Fa31f37
Octal15126023450013372433767
Binary1101001101100001001110010100001011111111010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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