#69BEA4

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

Shades of Keppel #69BEA4

Tints of Keppel #69BEA4

Color information

#69BEA4 (or 0x69BEA4) is unknown color: approx Keppel. HEX triplet: 69, BE and A4. RGB value is (105,190,164). Sum of RGB (Red+Green+Blue) = 105+190+164=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEA4 is #96415B. Grayscale: #A1A1A1. Windows color (decimal): -9847132 or 10796649. OLE color: 10796649.

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

Color convert

RGB105190164-
CMYK0.4500.140.25
HSL161.65º39.53%57.84%-
HSV(B)161.65º44.74%74.51%-
XYZ30.9442.5141.7-
YUV161.62129.3487.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=22.88%
G=41.39%
B=35.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901640.4500.140.25161.6539.5357.84
Hex69BEA42D0E19a2283a
Octal15127624455016312425072
Binary11010011011111010100100101101011101100110100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,190,164); }

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

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

 a { background-color: rgb(105,190,164); }

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

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

 span { border-color: rgb(105,190,164); }

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