#68CDC3

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

Shades of Downy #68CDC3

Tints of Downy #68CDC3

Color information

#68CDC3 (or 0x68CDC3) is unknown color: approx Downy. HEX triplet: 68, CD and C3. RGB value is (104,205,195). Sum of RGB (Red+Green+Blue) = 104+205+195=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDC3 is #97323C. Grayscale: #ADADAD. Windows color (decimal): -9908797 or 12832104. OLE color: 12832104.

HSL color Cylindrical-coordinate representation of color #68CDC3: hue angle of 174.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CDC3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB104205195-
CMYK0.4900.050.20
HSL174.06º50.25%60.59%-
HSV(B)174.06º49.27%80.39%-
XYZ37.3950.5559.42-
YUV173.66140.0478.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=20.63%
G=40.67%
B=38.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042051950.4900.050.20174.0650.2560.59
Hex68CDC3310514ae323d
Octal1503153036105242566275
Binary1101000110011011100001111000101011010010101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,205,195); }

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

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

 a { background-color: rgb(104,205,195); }

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

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

 span { border-color: rgb(104,205,195); }

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