#69E0C5

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

Shades of Downy #69E0C5

Tints of Downy #69E0C5

Color information

#69E0C5 (or 0x69E0C5) is unknown color: approx Downy. HEX triplet: 69, E0 and C5. RGB value is (105,224,197). Sum of RGB (Red+Green+Blue) = 105+224+197=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0C5 is #961F3A. Grayscale: #B9B9B9. Windows color (decimal): -9838395 or 12968041. OLE color: 12968041.

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

Color convert

RGB105224197-
CMYK0.5300.120.12
HSL166.39º65.75%64.51%-
HSV(B)166.39º53.12%87.84%-
XYZ42.5660.3562.23-
YUV185.34134.5870.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=19.96%
G=42.59%
B=37.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241970.5300.120.12166.3965.7564.51
Hex69E0C5350CCa64241
Octal1513403056501414246102101
Binary110100111100000110001011101010110011001010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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