#67D0C5

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

Shades of Downy #67D0C5

Tints of Downy #67D0C5

Color information

#67D0C5 (or 0x67D0C5) is unknown color: approx Downy. HEX triplet: 67, D0 and C5. RGB value is (103,208,197). Sum of RGB (Red+Green+Blue) = 103+208+197=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D0C5 is #982F3A. Grayscale: #AFAFAF. Windows color (decimal): -9973563 or 12963943. OLE color: 12963943.

HSL color Cylindrical-coordinate representation of color #67D0C5: hue angle of 173.71º 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 #67D0C5 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB103208197-
CMYK0.5000.050.18
HSL173.71º52.76%60.98%-
HSV(B)173.71º50.48%81.57%-
XYZ38.2352.0360.85-
YUV175.35140.2176.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.28%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=20.28%
G=40.94%
B=38.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1032081970.5000.050.18173.7152.7660.98
Hex67D0C5320512ae353d
Octal1473203056205222566575
Binary1100111110100001100010111001001011001010101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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