#67CEC0

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

Shades of Downy #67CEC0

Tints of Downy #67CEC0

Color information

#67CEC0 (or 0x67CEC0) is unknown color: approx Downy. HEX triplet: 67, CE and C0. RGB value is (103,206,192). Sum of RGB (Red+Green+Blue) = 103+206+192=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEC0 is #98313F. Grayscale: #ADADAD. Windows color (decimal): -9974080 or 12635751. OLE color: 12635751.

HSL color Cylindrical-coordinate representation of color #67CEC0: hue angle of 171.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEC0 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB103206192-
CMYK0.5000.070.19
HSL171.84º51.24%60.59%-
HSV(B)171.84º50%80.78%-
XYZ37.1850.8357.72-
YUV173.61138.3877.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.56%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=20.56%
G=41.12%
B=38.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1032061920.5000.070.19171.8451.2460.59
Hex67CEC0320713ac333d
Octal1473163006207232546375
Binary1100111110011101100000011001001111001110101100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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