#69D6C7

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

Shades of Downy #69D6C7

Tints of Downy #69D6C7

Color information

#69D6C7 (or 0x69D6C7) is unknown color: approx Downy. HEX triplet: 69, D6 and C7. RGB value is (105,214,199). Sum of RGB (Red+Green+Blue) = 105+214+199=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #69D6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D6C7 is #962938. Grayscale: #B3B3B3. Windows color (decimal): -9840953 or 13096553. OLE color: 13096553.

HSL color Cylindrical-coordinate representation of color #69D6C7: hue angle of 171.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D6C7 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB105214199-
CMYK0.5100.070.16
HSL171.74º57.07%62.55%-
HSV(B)171.74º50.93%83.92%-
XYZ40.1855.2262.57-
YUV179.7138.8974.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.27%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=20.27%
G=41.31%
B=38.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052141990.5100.070.16171.7457.0762.55
Hex69D6C7330710ac393f
Octal1513263076307202547177
Binary1101001110101101100011111001101111000010101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,199); }

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

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

 a { background-color: rgb(105,214,199); }

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

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

 span { border-color: rgb(105,214,199); }

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