#69B59B

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

Shades of Keppel #69B59B

Tints of Keppel #69B59B

Color information

#69B59B (or 0x69B59B) is unknown color: approx Keppel. HEX triplet: 69, B5 and 9B. RGB value is (105,181,155). Sum of RGB (Red+Green+Blue) = 105+181+155=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #69B59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B59B is #964A64. Grayscale: #9B9B9B. Windows color (decimal): -9849445 or 10204521. OLE color: 10204521.

HSL color Cylindrical-coordinate representation of color #69B59B: hue angle of 159.47º 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 #69B59B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB105181155-
CMYK0.4200.140.29
HSL159.47º33.93%56.08%-
HSV(B)159.47º41.99%70.98%-
XYZ28.2738.4236.94-
YUV155.31127.8292.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=23.81%
G=41.04%
B=35.15%

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
Decimal1051811550.4200.140.29159.4733.9356.08
Hex69B59B2A0E1D9f2238
Octal15126523352016352374270
Binary11010011011010110011011101010011101110110011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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