#69E1CC

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

Shades of Downy #69E1CC

Tints of Downy #69E1CC

Color information

#69E1CC (or 0x69E1CC) is unknown color: approx Downy. HEX triplet: 69, E1 and CC. RGB value is (105,225,204). Sum of RGB (Red+Green+Blue) = 105+225+204=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E1CC is #961E33. Grayscale: #BABABA. Windows color (decimal): -9838132 or 13427049. OLE color: 13427049.

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

Color convert

RGB105225204-
CMYK0.5300.090.12
HSL169.5º66.67%64.71%-
HSV(B)169.5º53.33%88.24%-
XYZ43.6561.2166.64-
YUV186.73137.7469.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.66%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=19.66%
G=42.13%
B=38.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052252040.5300.090.12169.566.6764.71
Hex69E1CC3509Caa4341
Octal1513413146501114252103101
Binary110100111100001110011001101010100111001010101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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