#69DAC4

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

Shades of Downy #69DAC4

Tints of Downy #69DAC4

Color information

#69DAC4 (or 0x69DAC4) is unknown color: approx Downy. HEX triplet: 69, DA and C4. RGB value is (105,218,196). Sum of RGB (Red+Green+Blue) = 105+218+196=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAC4 is #96253B. Grayscale: #B5B5B5. Windows color (decimal): -9839932 or 12900969. OLE color: 12900969.

HSL color Cylindrical-coordinate representation of color #69DAC4: hue angle of 168.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAC4 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB105218196-
CMYK0.5200.100.15
HSL168.32º60.43%63.33%-
HSV(B)168.32º51.83%85.49%-
XYZ40.8657.1361.1-
YUV181.7136.0673.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=20.23%
G=42.00%
B=37.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181960.5200.100.15168.3260.4363.33
Hex69DAC4340AFa83c3f
Octal15133230464012172507477
Binary1101001110110101100010011010001010111110101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,196); }

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

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

 a { background-color: rgb(105,218,196); }

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

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

 span { border-color: rgb(105,218,196); }

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