#67D8BB

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

Shades of Downy #67D8BB

Tints of Downy #67D8BB

Color information

#67D8BB (or 0x67D8BB) is unknown color: approx Downy. HEX triplet: 67, D8 and BB. RGB value is (103,216,187). Sum of RGB (Red+Green+Blue) = 103+216+187=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8BB is #982744. Grayscale: #B2B2B2. Windows color (decimal): -9971525 or 12310631. OLE color: 12310631.

HSL color Cylindrical-coordinate representation of color #67D8BB: hue angle of 164.6º 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 #67D8BB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB103216187-
CMYK0.5200.130.15
HSL164.6º59.16%62.55%-
HSV(B)164.6º52.31%84.71%-
XYZ39.1255.5855.68-
YUV178.91132.5673.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.36%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=20.36%
G=42.69%
B=36.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032161870.5200.130.15164.659.1662.55
Hex67D8BB340DFa53b3f
Octal14733027364015172457377
Binary1100111110110001011101111010001101111110100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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