#67CABD

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

Shades of Downy #67CABD

Tints of Downy #67CABD

Color information

#67CABD (or 0x67CABD) is unknown color: approx Downy. HEX triplet: 67, CA and BD. RGB value is (103,202,189). Sum of RGB (Red+Green+Blue) = 103+202+189=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #67CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CABD is #983542. Grayscale: #AAAAAA. Windows color (decimal): -9975107 or 12438119. OLE color: 12438119.

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

Color convert

RGB103202189-
CMYK0.4900.060.21
HSL172.12º48.29%59.8%-
HSV(B)172.12º49.01%79.22%-
XYZ35.948.855.67-
YUV170.92138.279.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=20.85%
G=40.89%
B=38.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032021890.4900.060.21172.1248.2959.8
Hex67CABD310615ac303c
Octal1473122756106252546074
Binary1100111110010101011110111000101101010110101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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