#69B79C

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

Shades of Keppel #69B79C

Tints of Keppel #69B79C

Color information

#69B79C (or 0x69B79C) is unknown color: approx Keppel. HEX triplet: 69, B7 and 9C. RGB value is (105,183,156). Sum of RGB (Red+Green+Blue) = 105+183+156=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #69B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B79C is #964863. Grayscale: #9C9C9C. Windows color (decimal): -9848932 or 10270569. OLE color: 10270569.

HSL color Cylindrical-coordinate representation of color #69B79C: hue angle of 159.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B79C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB105183156-
CMYK0.4300.150.28
HSL159.23º35.14%56.47%-
HSV(B)159.23º42.62%71.76%-
XYZ28.7639.2737.52-
YUV156.6127.6691.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=23.65%
G=41.22%
B=35.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831560.4300.150.28159.2335.1456.47
Hex69B79C2B0F1C9f2338
Octal15126723453017342374370
Binary11010011011011110011100101011011111110010011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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