#6DD5C4

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

Shades of Downy #6DD5C4

Tints of Downy #6DD5C4

Color information

#6DD5C4 (or 0x6DD5C4) is unknown color: approx Downy. HEX triplet: 6D, D5 and C4. RGB value is (109,213,196). Sum of RGB (Red+Green+Blue) = 109+213+196=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD5C4 is #922A3B. Grayscale: #B3B3B3. Windows color (decimal): -9579068 or 12899693. OLE color: 12899693.

HSL color Cylindrical-coordinate representation of color #6DD5C4: hue angle of 170.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5C4 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB109213196-
CMYK0.4900.080.16
HSL170.19º55.32%63.14%-
HSV(B)170.19º48.83%83.53%-
XYZ40.0654.8360.7-
YUV179.97137.0477.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=21.04%
G=41.12%
B=37.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092131960.4900.080.16170.1955.3263.14
Hex6DD5C4310810aa373f
Octal15532530461010202526777
Binary11011011101010111000100110001010001000010101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,213,196); }

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

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

 a { background-color: rgb(109,213,196); }

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

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

 span { border-color: rgb(109,213,196); }

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