#69C09D

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

Shades of Keppel #69C09D

Tints of Keppel #69C09D

Color information

#69C09D (or 0x69C09D) is unknown color: approx Keppel. HEX triplet: 69, C0 and 9D. RGB value is (105,192,157). Sum of RGB (Red+Green+Blue) = 105+192+157=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #69C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C09D is #963F62. Grayscale: #A2A2A2. Windows color (decimal): -9846627 or 10338409. OLE color: 10338409.

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

Color convert

RGB105192157-
CMYK0.4500.180.25
HSL155.86º40.85%58.24%-
HSV(B)155.86º45.31%75.29%-
XYZ30.7643.1438.6-
YUV162125.1887.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=23.13%
G=42.29%
B=34.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051921570.4500.180.25155.8640.8558.24
Hex69C09D2D012199c293a
Octal15130023555022312345172
Binary110100111000000100111011011010100101100110011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,192,157); }

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

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

 a { background-color: rgb(105,192,157); }

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

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

 span { border-color: rgb(105,192,157); }

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