#69E0D1

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

Shades of Downy #69E0D1

Tints of Downy #69E0D1

Color information

#69E0D1 (or 0x69E0D1) is unknown color: approx Downy. HEX triplet: 69, E0 and D1. RGB value is (105,224,209). Sum of RGB (Red+Green+Blue) = 105+224+209=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0D1 is #961F2E. Grayscale: #BABABA. Windows color (decimal): -9838383 or 13754473. OLE color: 13754473.

HSL color Cylindrical-coordinate representation of color #69E0D1: hue angle of 172.44º degrees, saturation: 0.66, 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 #69E0D1 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB105224209-
CMYK0.5300.070.12
HSL172.44º65.75%64.51%-
HSV(B)172.44º53.12%87.84%-
XYZ43.9960.9269.76-
YUV186.71140.5869.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=19.52%
G=41.64%
B=38.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052242090.5300.070.12172.4465.7564.51
Hex69E0D13507Cac4241
Octal151340321650714254102101
Binary11010011110000011010001110101011111001010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,209); }

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

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

 a { background-color: rgb(105,224,209); }

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

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

 span { border-color: rgb(105,224,209); }

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