#69B59C

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

Shades of Keppel #69B59C

Tints of Keppel #69B59C

Color information

#69B59C (or 0x69B59C) is unknown color: approx Keppel. HEX triplet: 69, B5 and 9C. RGB value is (105,181,156). Sum of RGB (Red+Green+Blue) = 105+181+156=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #69B59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B59C is #964A63. Grayscale: #9B9B9B. Windows color (decimal): -9849444 or 10270057. OLE color: 10270057.

HSL color Cylindrical-coordinate representation of color #69B59C: hue angle of 160.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B59C is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB105181156-
CMYK0.4200.140.29
HSL160.26º33.93%56.08%-
HSV(B)160.26º41.99%70.98%-
XYZ28.3538.4537.38-
YUV155.43128.3292.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=23.76%
G=40.95%
B=35.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811560.4200.140.29160.2633.9356.08
Hex69B59C2A0E1Da02238
Octal15126523452016352404270
Binary11010011011010110011100101010011101110110100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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