#68EDCA

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

Shades of Downy #68EDCA

Tints of Downy #68EDCA

Color information

#68EDCA (or 0x68EDCA) is unknown color: approx Downy. HEX triplet: 68, ED and CA. RGB value is (104,237,202). Sum of RGB (Red+Green+Blue) = 104+237+202=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDCA is #971235. Grayscale: #C1C1C1. Windows color (decimal): -9900598 or 13299048. OLE color: 13299048.

HSL color Cylindrical-coordinate representation of color #68EDCA: hue angle of 164.21º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDCA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB104237202-
CMYK0.5600.150.07
HSL164.21º78.7%66.86%-
HSV(B)164.21º56.12%92.94%-
XYZ46.6567.7866.5-
YUV193.24132.9464.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.15%
GREEN value IS 237 (92.97% from 255) = 43.65%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=19.15%
G=43.65%
B=37.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042372020.5600.150.07164.2178.766.86
Hex68EDCA380F7a44f43
Octal150355312700177244117103
Binary11010001110110111001010111000011111111010010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,237,202); }

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

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

 a { background-color: rgb(104,237,202); }

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

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

 span { border-color: rgb(104,237,202); }

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