#68CFC5

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

Shades of Downy #68CFC5

Tints of Downy #68CFC5

Color information

#68CFC5 (or 0x68CFC5) is unknown color: approx Downy. HEX triplet: 68, CF and C5. RGB value is (104,207,197). Sum of RGB (Red+Green+Blue) = 104+207+197=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFC5 is #97303A. Grayscale: #AFAFAF. Windows color (decimal): -9908283 or 12963688. OLE color: 12963688.

HSL color Cylindrical-coordinate representation of color #68CFC5: hue angle of 174.17º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFC5 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB104207197-
CMYK0.5000.050.19
HSL174.17º51.76%60.98%-
HSV(B)174.17º49.76%81.18%-
XYZ38.151.660.78-
YUV175.06140.3877.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=20.47%
G=40.75%
B=38.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042071970.5000.050.19174.1751.7660.98
Hex68CFC5320513ae343d
Octal1503173056205232566475
Binary1101000110011111100010111001001011001110101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,207,197); }

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

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

 a { background-color: rgb(104,207,197); }

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

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

 span { border-color: rgb(104,207,197); }

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