#68CEBC

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

Shades of Downy #68CEBC

Tints of Downy #68CEBC

Color information

#68CEBC (or 0x68CEBC) is unknown color: approx Downy. HEX triplet: 68, CE and BC. RGB value is (104,206,188). Sum of RGB (Red+Green+Blue) = 104+206+188=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBC is #973143. Grayscale: #ADADAD. Windows color (decimal): -9908548 or 12373608. OLE color: 12373608.

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

Color convert

RGB104206188-
CMYK0.5000.090.19
HSL169.41º51%60.78%-
HSV(B)169.41º49.51%80.78%-
XYZ36.8650.7255.42-
YUV173.45136.2178.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=20.88%
G=41.37%
B=37.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1042061880.5000.090.19169.415160.78
Hex68CEBC320913a9333d
Octal15031627462011232516375
Binary11010001100111010111100110010010011001110101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,206,188); }

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

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

 a { background-color: rgb(104,206,188); }

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

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

 span { border-color: rgb(104,206,188); }

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