#68CCCF

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

Shades of Downy #68CCCF

Tints of Downy #68CCCF

Color information

#68CCCF (or 0x68CCCF) is unknown color: approx Downy. HEX triplet: 68, CC and CF. RGB value is (104,204,207). Sum of RGB (Red+Green+Blue) = 104+204+207=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #68CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCCF is #973330. Grayscale: #AEAEAE. Windows color (decimal): -9909041 or 13618280. OLE color: 13618280.

HSL color Cylindrical-coordinate representation of color #68CCCF: hue angle of 181.75º 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 #68CCCF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104204207-
CMYK0.500.0100.19
HSL181.75º51.76%60.98%-
HSV(B)181.75º49.76%81.18%-
XYZ38.5650.6366.77-
YUV174.44146.3777.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.19%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=20.19%
G=39.61%
B=40.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042042070.500.0100.19181.7551.7660.98
Hex68CCCF321013b6343d
Octal1503143176210232666475
Binary11010001100110011001111110010101001110110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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