#67DDBD

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

Shades of Downy #67DDBD

Tints of Downy #67DDBD

Color information

#67DDBD (or 0x67DDBD) is unknown color: approx Downy. HEX triplet: 67, DD and BD. RGB value is (103,221,189). Sum of RGB (Red+Green+Blue) = 103+221+189=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDBD is #982242. Grayscale: #B6B6B6. Windows color (decimal): -9970243 or 12442983. OLE color: 12442983.

HSL color Cylindrical-coordinate representation of color #67DDBD: hue angle of 163.73º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDBD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB103221189-
CMYK0.5300.140.13
HSL163.73º63.44%63.53%-
HSV(B)163.73º53.39%86.67%-
XYZ40.6458.2757.25-
YUV182.07131.9171.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.08%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=20.08%
G=43.08%
B=36.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032211890.5300.140.13163.7363.4463.53
Hex67DDBD350EDa43f40
Octal147335275650161524477100
Binary11001111101110110111101110101011101101101001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67DDBD; }

 p { color: rgb(103,221,189); }

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

<style>
 a { background-color: #67DDBD; }

 a { background-color: rgb(103,221,189); }

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

<style>
 span { border-color: #67DDBD; }

 span { border-color: rgb(103,221,189); }

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