#68CBB9

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

Shades of Downy #68CBB9

Tints of Downy #68CBB9

Color information

#68CBB9 (or 0x68CBB9) is unknown color: approx Downy. HEX triplet: 68, CB and B9. RGB value is (104,203,185). Sum of RGB (Red+Green+Blue) = 104+203+185=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBB9 is #973446. Grayscale: #ABABAB. Windows color (decimal): -9909319 or 12176232. OLE color: 12176232.

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

Color convert

RGB104203185-
CMYK0.4900.090.20
HSL169.09º48.77%60.2%-
HSV(B)169.09º48.77%79.61%-
XYZ35.8249.1653.5-
YUV171.35135.779.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=21.14%
G=41.26%
B=37.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031850.4900.090.20169.0948.7760.2
Hex68CBB9310914a9313c
Octal15031327161011242516174
Binary11010001100101110111001110001010011010010101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,185); }

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

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

 a { background-color: rgb(104,203,185); }

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

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

 span { border-color: rgb(104,203,185); }

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