#69BF9F

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

Shades of Keppel #69BF9F

Tints of Keppel #69BF9F

Color information

#69BF9F (or 0x69BF9F) is unknown color: approx Keppel. HEX triplet: 69, BF and 9F. RGB value is (105,191,159). Sum of RGB (Red+Green+Blue) = 105+191+159=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BF9F is #964060. Grayscale: #A1A1A1. Windows color (decimal): -9846881 or 10469225. OLE color: 10469225.

HSL color Cylindrical-coordinate representation of color #69BF9F: hue angle of 157.67º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BF9F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB105191159-
CMYK0.4500.170.25
HSL157.67º40.19%58.04%-
HSV(B)157.67º45.03%74.9%-
XYZ30.7142.7739.44-
YUV161.64126.5187.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=23.08%
G=41.98%
B=34.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911590.4500.170.25157.6740.1958.04
Hex69BF9F2D011199e283a
Octal15127723755021312365072
Binary110100110111111100111111011010100011100110011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,159); }

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

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

 a { background-color: rgb(105,191,159); }

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

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

 span { border-color: rgb(105,191,159); }

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