#6CD1C8

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

Shades of Downy #6CD1C8

Tints of Downy #6CD1C8

Color information

#6CD1C8 (or 0x6CD1C8) is unknown color: approx Downy. HEX triplet: 6C, D1 and C8. RGB value is (108,209,200). Sum of RGB (Red+Green+Blue) = 108+209+200=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD1C8 is #932E37. Grayscale: #B1B1B1. Windows color (decimal): -9645624 or 13160812. OLE color: 13160812.

HSL color Cylindrical-coordinate representation of color #6CD1C8: hue angle of 174.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD1C8 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB108209200-
CMYK0.4800.040.18
HSL174.65º52.33%62.16%-
HSV(B)174.65º48.33%81.96%-
XYZ39.4152.9662.79-
YUV177.78140.5478.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.89%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=20.89%
G=40.43%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082092000.4800.040.18174.6552.3362.16
Hex6CD1C8300412af343e
Octal1543213106004222576476
Binary1101100110100011100100011000001001001010101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,209,200); }

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

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

 a { background-color: rgb(108,209,200); }

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

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

 span { border-color: rgb(108,209,200); }

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