#68ead3

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

Shades of Downy #68EAD3

Tints of Downy #68EAD3

Color information

#68EAD3 (or 0x68EAD3) is unknown color: approx Downy. HEX triplet: 68, EA and D3. RGB value is (104,234,211). Sum of RGB (Red+Green+Blue) = 104+234+211=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD3 is #97152C. Grayscale: #C0C0C0. Windows color (decimal): -9901357 or 13888104. OLE color: 13888104.

HSL color Cylindrical-coordinate representation of color #68EAD3: hue angle of 169.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAD3 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB104234211-
CMYK0.5600.100.08
HSL169.38º75.58%66.27%-
HSV(B)169.38º55.56%91.76%-
XYZ46.8966.4971.99-
YUV192.51138.4364.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.94%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=18.94%
G=42.62%
B=38.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042342110.5600.100.08169.3875.5866.27
Hex68EAD3380A8a94c42
Octal1503523237001210251114102
Binary110100011101010110100111110000101010001010100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ead3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ead3; }

 p { color: rgb(104,234,211); }

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

<style>
 a { background-color: #68ead3; }

 a { background-color: rgb(104,234,211); }

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

<style>
 span { border-color: #68ead3; }

 span { border-color: rgb(104,234,211); }

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