#67CBC0

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

Shades of Downy #67CBC0

Tints of Downy #67CBC0

Color information

#67CBC0 (or 0x67CBC0) is unknown color: approx Downy. HEX triplet: 67, CB and C0. RGB value is (103,203,192). Sum of RGB (Red+Green+Blue) = 103+203+192=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBC0 is #98343F. Grayscale: #ABABAB. Windows color (decimal): -9974848 or 12634983. OLE color: 12634983.

HSL color Cylindrical-coordinate representation of color #67CBC0: hue angle of 173.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBC0 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB103203192-
CMYK0.4900.050.20
HSL173.4º49.02%60%-
HSV(B)173.4º49.26%79.61%-
XYZ36.4649.457.48-
YUV171.85139.3778.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.68%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=20.68%
G=40.76%
B=38.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032031920.4900.050.20173.449.0260
Hex67CBC0310514ad313c
Octal1473133006105242556174
Binary1100111110010111100000011000101011010010101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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