#67CACB

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

Shades of Downy #67CACB

Tints of Downy #67CACB

Color information

#67CACB (or 0x67CACB) is unknown color: approx Downy. HEX triplet: 67, CA and CB. RGB value is (103,202,203). Sum of RGB (Red+Green+Blue) = 103+202+203=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #67CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACB is #983534. Grayscale: #ACACAC. Windows color (decimal): -9975093 or 13355623. OLE color: 13355623.

HSL color Cylindrical-coordinate representation of color #67CACB: hue angle of 180.6º 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 #67CACB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103202203-
CMYK0.490.0000.20
HSL180.6º49.02%60%-
HSV(B)180.6º49.26%79.61%-
XYZ37.4949.4464.07-
YUV172.51145.278.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.28%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=20.28%
G=39.76%
B=39.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032022030.490.0000.20180.649.0260
Hex67CACB310014b5313c
Octal1473123136100242656174
Binary11001111100101011001011110001001010010110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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