#67CACA

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

Shades of Downy #67CACA

Tints of Downy #67CACA

Color information

#67CACA (or 0x67CACA) is unknown color: approx Downy. HEX triplet: 67, CA and CA. RGB value is (103,202,202). Sum of RGB (Red+Green+Blue) = 103+202+202=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #67CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACA is #983535. Grayscale: #ACACAC. Windows color (decimal): -9975094 or 13290087. OLE color: 13290087.

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

Color convert

RGB103202202-
CMYK0.49000.21
HSL180º48.29%59.8%-
HSV(B)180º49.01%79.22%-
XYZ37.3749.3963.44-
YUV172.4144.778.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.32%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=20.32%
G=39.84%
B=39.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032022020.49000.2118048.2959.8
Hex67CACA310015b4303c
Octal1473123126100252646074
Binary11001111100101011001010110001001010110110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,202,202); }

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

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

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

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

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

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

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