#6FDCC5

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

Shades of Downy #6FDCC5

Tints of Downy #6FDCC5

Color information

#6FDCC5 (or 0x6FDCC5) is unknown color: approx Downy. HEX triplet: 6F, DC and C5. RGB value is (111,220,197). Sum of RGB (Red+Green+Blue) = 111+220+197=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC5 is #90233A. Grayscale: #B8B8B8. Windows color (decimal): -9446203 or 12967023. OLE color: 12967023.

HSL color Cylindrical-coordinate representation of color #6FDCC5: hue angle of 167.34º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCC5 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB111220197-
CMYK0.5000.100.14
HSL167.34º60.89%64.9%-
HSV(B)167.34º49.55%86.27%-
XYZ42.2358.661.91-
YUV184.79134.8975.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=21.02%
G=41.67%
B=37.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112201970.5000.100.14167.3460.8964.9
Hex6FDCC5320AEa73d41
Octal157334305620121624775101
Binary11011111101110011000101110010010101110101001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,220,197); }

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

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

 a { background-color: rgb(111,220,197); }

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

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

 span { border-color: rgb(111,220,197); }

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