#6FD4CD

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

Shades of Downy #6FD4CD

Tints of Downy #6FD4CD

Color information

#6FD4CD (or 0x6FD4CD) is unknown color: approx Downy. HEX triplet: 6F, D4 and CD. RGB value is (111,212,205). Sum of RGB (Red+Green+Blue) = 111+212+205=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4CD is #902B32. Grayscale: #B4B4B4. Windows color (decimal): -9448243 or 13489263. OLE color: 13489263.

HSL color Cylindrical-coordinate representation of color #6FD4CD: hue angle of 175.84º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4CD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB111212205-
CMYK0.4800.030.17
HSL175.84º54.01%63.33%-
HSV(B)175.84º47.64%83.14%-
XYZ41.1254.8766.18-
YUV181141.5478.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=21.02%
G=40.15%
B=38.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1112122050.4800.030.17175.8454.0163.33
Hex6FD4CD300311b0363f
Octal1573243156003212606677
Binary110111111010100110011011100000111000110110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,212,205); }

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

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

 a { background-color: rgb(111,212,205); }

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

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

 span { border-color: rgb(111,212,205); }

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