#67C1BB

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

Shades of Downy #67C1BB

Tints of Downy #67C1BB

Color information

#67C1BB (or 0x67C1BB) is unknown color: approx Downy. HEX triplet: 67, C1 and BB. RGB value is (103,193,187). Sum of RGB (Red+Green+Blue) = 103+193+187=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #67C1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C1BB is #983E44. Grayscale: #A5A5A5. Windows color (decimal): -9977413 or 12304743. OLE color: 12304743.

HSL color Cylindrical-coordinate representation of color #67C1BB: hue angle of 176º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C1BB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB103193187-
CMYK0.4700.030.24
HSL176º42.06%58.04%-
HSV(B)176º46.63%75.69%-
XYZ33.6344.6153.85-
YUV165.41140.1883.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.33%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=21.33%
G=39.96%
B=38.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1031931870.4700.030.2417642.0658.04
Hex67C1BB2F0318b02a3a
Octal1473012735703302605272
Binary110011111000001101110111011110111100010110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,193,187); }

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

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

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

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

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

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

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