#69C19F

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

Shades of Keppel #69C19F

Tints of Keppel #69C19F

Color information

#69C19F (or 0x69C19F) is unknown color: approx Keppel. HEX triplet: 69, C1 and 9F. RGB value is (105,193,159). Sum of RGB (Red+Green+Blue) = 105+193+159=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #69C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C19F is #963E60. Grayscale: #A2A2A2. Windows color (decimal): -9846369 or 10469737. OLE color: 10469737.

HSL color Cylindrical-coordinate representation of color #69C19F: hue angle of 156.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C19F is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB105193159-
CMYK0.4600.180.24
HSL156.82º41.51%58.43%-
HSV(B)156.82º45.6%75.69%-
XYZ31.1543.6539.58-
YUV162.81125.8586.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.98%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=22.98%
G=42.23%
B=34.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051931590.4600.180.24156.8241.5158.43
Hex69C19F2E012189d2a3a
Octal15130123756022302355272
Binary110100111000001100111111011100100101100010011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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