#6fd0cb

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

Shades of Downy #6FD0CB

Tints of Downy #6FD0CB

Color information

#6FD0CB (or 0x6FD0CB) is unknown color: approx Downy. HEX triplet: 6F, D0 and CB. RGB value is (111,208,203). Sum of RGB (Red+Green+Blue) = 111+208+203=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0CB is #902F34. Grayscale: #B2B2B2. Windows color (decimal): -9449269 or 13357167. OLE color: 13357167.

HSL color Cylindrical-coordinate representation of color #6FD0CB: hue angle of 176.91º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD0CB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB111208203-
CMYK0.4700.020.18
HSL176.91º50.79%62.55%-
HSV(B)176.91º46.63%81.57%-
XYZ39.8952.864.59-
YUV178.43141.8679.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=21.26%
G=39.85%
B=38.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1112082030.4700.020.18176.9150.7962.55
Hex6FD0CB2F0212b1333f
Octal1573203135702222616377
Binary110111111010000110010111011110101001010110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fd0cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,208,203); }

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

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

 a { background-color: rgb(111,208,203); }

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

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

 span { border-color: rgb(111,208,203); }

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