#67D0CF

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

Shades of Downy #67D0CF

Tints of Downy #67D0CF

Color information

#67D0CF (or 0x67D0CF) is unknown color: approx Downy. HEX triplet: 67, D0 and CF. RGB value is (103,208,207). Sum of RGB (Red+Green+Blue) = 103+208+207=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D0CF is #982F30. Grayscale: #B0B0B0. Windows color (decimal): -9973553 or 13619303. OLE color: 13619303.

HSL color Cylindrical-coordinate representation of color #67D0CF: hue angle of 179.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D0CF is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB103208207-
CMYK0.5000.000.18
HSL179.43º52.76%60.98%-
HSV(B)179.43º50.48%81.57%-
XYZ39.4152.567.09-
YUV176.49145.2175.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.88%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=19.88%
G=40.15%
B=39.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032082070.5000.000.18179.4352.7660.98
Hex67D0CF320012b3353d
Octal1473203176200222636575
Binary11001111101000011001111110010001001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,208,207); }

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

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

 a { background-color: rgb(103,208,207); }

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

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

 span { border-color: rgb(103,208,207); }

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