#69AC9B

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

Shades of Keppel #69AC9B

Tints of Keppel #69AC9B

Color information

#69AC9B (or 0x69AC9B) is unknown color: approx Keppel. HEX triplet: 69, AC and 9B. RGB value is (105,172,155). Sum of RGB (Red+Green+Blue) = 105+172+155=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC9B is #965364. Grayscale: #969696. Windows color (decimal): -9851749 or 10202217. OLE color: 10202217.

HSL color Cylindrical-coordinate representation of color #69AC9B: hue angle of 164.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC9B is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB105172155-
CMYK0.3900.100.33
HSL164.78º28.76%54.31%-
HSV(B)164.78º38.95%67.45%-
XYZ26.4934.8736.35-
YUV150.03130.895.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=24.31%
G=39.81%
B=35.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721550.3900.100.33164.7828.7654.31
Hex69AC9B270A21a51d36
Octal15125423347012412453566
Binary11010011010110010011011100111010101000011010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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