#69E7CC

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

Shades of Downy #69E7CC

Tints of Downy #69E7CC

Color information

#69E7CC (or 0x69E7CC) is unknown color: approx Downy. HEX triplet: 69, E7 and CC. RGB value is (105,231,204). Sum of RGB (Red+Green+Blue) = 105+231+204=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7CC is #961833. Grayscale: #BEBEBE. Windows color (decimal): -9836596 or 13428585. OLE color: 13428585.

HSL color Cylindrical-coordinate representation of color #69E7CC: hue angle of 167.14º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E7CC is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB105231204-
CMYK0.5500.120.09
HSL167.14º72.41%65.88%-
HSV(B)167.14º54.55%90.59%-
XYZ45.364.5167.19-
YUV190.25135.7667.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.44%
GREEN value IS 231 (90.62% from 255) = 42.78%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=19.44%
G=42.78%
B=37.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052312040.5500.120.09167.1472.4165.88
Hex69E7CC370C9a74842
Octal1513473146701411247110102
Binary110100111100111110011001101110110010011010011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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