#69ECC4

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

Shades of Downy #69ECC4

Tints of Downy #69ECC4

Color information

#69ECC4 (or 0x69ECC4) is unknown color: approx Downy. HEX triplet: 69, EC and C4. RGB value is (105,236,196). Sum of RGB (Red+Green+Blue) = 105+236+196=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECC4 is #96133B. Grayscale: #C0C0C0. Windows color (decimal): -9835324 or 12905577. OLE color: 12905577.

HSL color Cylindrical-coordinate representation of color #69ECC4: hue angle of 161.68º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECC4 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB105236196-
CMYK0.5600.170.07
HSL161.68º77.51%66.86%-
HSV(B)161.68º55.51%92.55%-
XYZ45.7866.9862.74-
YUV192.27130.165.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.55%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=19.55%
G=43.95%
B=36.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052361960.5600.170.07161.6877.5166.86
Hex69ECC4380117a24e43
Octal151354304700217242116103
Binary110100111101100110001001110000100011111010001010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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