#69E7C4

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

Shades of Downy #69E7C4

Tints of Downy #69E7C4

Color information

#69E7C4 (or 0x69E7C4) is unknown color: approx Downy. HEX triplet: 69, E7 and C4. RGB value is (105,231,196). Sum of RGB (Red+Green+Blue) = 105+231+196=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #69E7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69E7C4 is #96183B. Grayscale: #BDBDBD. Windows color (decimal): -9836604 or 12904297. OLE color: 12904297.

HSL color Cylindrical-coordinate representation of color #69E7C4: hue angle of 163.33º 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 #69E7C4 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB105231196-
CMYK0.5500.150.09
HSL163.33º72.41%65.88%-
HSV(B)163.33º54.55%90.59%-
XYZ44.3764.1462.27-
YUV189.34131.7667.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.74%
GREEN value IS 231 (90.62% from 255) = 43.42%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=19.74%
G=43.42%
B=36.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052311960.5500.150.09163.3372.4165.88
Hex69E7C4370F9a34842
Octal1513473046701711243110102
Binary110100111100111110001001101110111110011010001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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