#68CDBB

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

Shades of Downy #68CDBB

Tints of Downy #68CDBB

Color information

#68CDBB (or 0x68CDBB) is unknown color: approx Downy. HEX triplet: 68, CD and BB. RGB value is (104,205,187). Sum of RGB (Red+Green+Blue) = 104+205+187=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDBB is #973244. Grayscale: #ACACAC. Windows color (decimal): -9908805 or 12307816. OLE color: 12307816.

HSL color Cylindrical-coordinate representation of color #68CDBB: hue angle of 169.31º 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 #68CDBB is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB104205187-
CMYK0.4900.090.20
HSL169.31º50.25%60.59%-
HSV(B)169.31º49.27%80.39%-
XYZ36.5150.1954.78-
YUV172.75136.0478.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.97%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=20.97%
G=41.33%
B=37.70%

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
Decimal1042051870.4900.090.20169.3150.2560.59
Hex68CDBB310914a9323d
Octal15031527361011242516275
Binary11010001100110110111011110001010011010010101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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