#6cddc5

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

Shades of Downy #6CDDC5

Tints of Downy #6CDDC5

Color information

#6CDDC5 (or 0x6CDDC5) is unknown color: approx Downy. HEX triplet: 6C, DD and C5. RGB value is (108,221,197). Sum of RGB (Red+Green+Blue) = 108+221+197=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDC5 is #93223A. Grayscale: #B8B8B8. Windows color (decimal): -9642555 or 12967276. OLE color: 12967276.

HSL color Cylindrical-coordinate representation of color #6CDDC5: hue angle of 167.26º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDDC5 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB108221197-
CMYK0.5100.110.13
HSL167.26º62.43%64.51%-
HSV(B)167.26º51.13%86.67%-
XYZ42.1258.9361.98-
YUV184.48135.0673.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.53%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=20.53%
G=42.02%
B=37.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082211970.5100.110.13167.2662.4364.51
Hex6CDDC5330BDa73e41
Octal154335305630131524776101
Binary11011001101110111000101110011010111101101001111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cddc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6cddc5; }

 p { color: rgb(108,221,197); }

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

<style>
 a { background-color: #6cddc5; }

 a { background-color: rgb(108,221,197); }

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

<style>
 span { border-color: #6cddc5; }

 span { border-color: rgb(108,221,197); }

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