#67D8C8

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

Shades of Downy #67D8C8

Tints of Downy #67D8C8

Color information

#67D8C8 (or 0x67D8C8) is unknown color: approx Downy. HEX triplet: 67, D8 and C8. RGB value is (103,216,200). Sum of RGB (Red+Green+Blue) = 103+216+200=519 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.85% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8C8 is #982737. Grayscale: #B4B4B4. Windows color (decimal): -9971512 or 13162599. OLE color: 13162599.

HSL color Cylindrical-coordinate representation of color #67D8C8: hue angle of 171.5º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8C8 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB103216200-
CMYK0.5200.070.15
HSL171.5º59.16%62.55%-
HSV(B)171.5º52.31%84.71%-
XYZ40.5756.1763.35-
YUV180.39139.0672.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.85%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=19.85%
G=41.62%
B=38.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032162000.5200.070.15171.559.1662.55
Hex67D8C83407Fac3b3f
Octal1473303106407172547377
Binary110011111011000110010001101000111111110101100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,216,200); }

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

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

 a { background-color: rgb(103,216,200); }

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

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

 span { border-color: rgb(103,216,200); }

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