#69EFC0

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

Shades of Downy #69EFC0

Tints of Downy #69EFC0

Color information

#69EFC0 (or 0x69EFC0) is unknown color: approx Downy. HEX triplet: 69, EF and C0. RGB value is (105,239,192). Sum of RGB (Red+Green+Blue) = 105+239+192=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFC0 is #96103F. Grayscale: #C1C1C1. Windows color (decimal): -9834560 or 12644201. OLE color: 12644201.

HSL color Cylindrical-coordinate representation of color #69EFC0: hue angle of 158.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFC0 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB105239192-
CMYK0.5600.200.06
HSL158.96º80.72%67.45%-
HSV(B)158.96º56.07%93.73%-
XYZ46.2168.5460.66-
YUV193.58127.1164.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.59%
GREEN value IS 239 (93.75% from 255) = 44.59%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=19.59%
G=44.59%
B=35.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391920.5600.200.06158.9680.7267.45
Hex69EFC03801469f5143
Octal151357300700246237121103
Binary110100111101111110000001110000101001101001111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,192); }

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

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

 a { background-color: rgb(105,239,192); }

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

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

 span { border-color: rgb(105,239,192); }

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