#69DFCA

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

Shades of Downy #69DFCA

Tints of Downy #69DFCA

Color information

#69DFCA (or 0x69DFCA) is unknown color: approx Downy. HEX triplet: 69, DF and CA. RGB value is (105,223,202). Sum of RGB (Red+Green+Blue) = 105+223+202=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFCA is #962035. Grayscale: #B9B9B9. Windows color (decimal): -9838646 or 13295465. OLE color: 13295465.

HSL color Cylindrical-coordinate representation of color #69DFCA: hue angle of 169.32º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFCA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB105223202-
CMYK0.5300.090.13
HSL169.32º64.84%64.31%-
HSV(B)169.32º52.91%87.45%-
XYZ42.8760.0465.21-
YUV185.32137.4170.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.81%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=19.81%
G=42.08%
B=38.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052232020.5300.090.13169.3264.8464.31
Hex69DFCA3509Da94140
Octal1513373126501115251101100
Binary110100111011111110010101101010100111011010100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,202); }

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

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

 a { background-color: rgb(105,223,202); }

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

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

 span { border-color: rgb(105,223,202); }

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