#67D6C0

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

Shades of Downy #67D6C0

Tints of Downy #67D6C0

Color information

#67D6C0 (or 0x67D6C0) is unknown color: approx Downy. HEX triplet: 67, D6 and C0. RGB value is (103,214,192). Sum of RGB (Red+Green+Blue) = 103+214+192=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6C0 is #98293F. Grayscale: #B2B2B2. Windows color (decimal): -9972032 or 12637799. OLE color: 12637799.

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

Color convert

RGB103214192-
CMYK0.5200.100.16
HSL168.11º57.51%62.16%-
HSV(B)168.11º51.87%83.92%-
XYZ39.1554.7858.38-
YUV178.3135.7374.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.24%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=20.24%
G=42.04%
B=37.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032141920.5200.100.16168.1157.5162.16
Hex67D6C0340A10a83a3e
Octal14732630064012202507276
Binary11001111101011011000000110100010101000010101000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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