#69D4CC

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

Shades of Downy #69D4CC

Tints of Downy #69D4CC

Color information

#69D4CC (or 0x69D4CC) is unknown color: approx Downy. HEX triplet: 69, D4 and CC. RGB value is (105,212,204). Sum of RGB (Red+Green+Blue) = 105+212+204=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #69D4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4CC is #962B33. Grayscale: #B3B3B3. Windows color (decimal): -9841460 or 13423721. OLE color: 13423721.

HSL color Cylindrical-coordinate representation of color #69D4CC: hue angle of 175.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D4CC is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB105212204-
CMYK0.5000.040.17
HSL175.51º55.44%62.16%-
HSV(B)175.51º50.47%83.14%-
XYZ40.2754.4565.51-
YUV179.1142.0575.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.15%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=20.15%
G=40.69%
B=39.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052122040.5000.040.17175.5155.4462.16
Hex69D4CC320411b0373e
Octal1513243146204212606776
Binary1101001110101001100110011001001001000110110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,212,204); }

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

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

 a { background-color: rgb(105,212,204); }

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

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

 span { border-color: rgb(105,212,204); }

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