#67D6BF

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

Shades of Downy #67D6BF

Tints of Downy #67D6BF

Color information

#67D6BF (or 0x67D6BF) is unknown color: approx Downy. HEX triplet: 67, D6 and BF. RGB value is (103,214,191). Sum of RGB (Red+Green+Blue) = 103+214+191=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6BF is #982940. Grayscale: #B2B2B2. Windows color (decimal): -9972033 or 12572263. OLE color: 12572263.

HSL color Cylindrical-coordinate representation of color #67D6BF: hue angle of 167.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6BF is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB103214191-
CMYK0.5200.110.16
HSL167.57º57.51%62.16%-
HSV(B)167.57º51.87%83.92%-
XYZ39.0454.7457.8-
YUV178.19135.2374.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.28%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 191 (75% from 255) = 37.60%
R=20.28%
G=42.13%
B=37.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032141910.5200.110.16167.5757.5162.16
Hex67D6BF340B10a83a3e
Octal14732627764013202507276
Binary11001111101011010111111110100010111000010101000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,214,191); }

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

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

 a { background-color: rgb(103,214,191); }

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

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

 span { border-color: rgb(103,214,191); }

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