#67C8BA

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

Shades of Downy #67C8BA

Tints of Downy #67C8BA

Color information

#67C8BA (or 0x67C8BA) is unknown color: approx Downy. HEX triplet: 67, C8 and BA. RGB value is (103,200,186). Sum of RGB (Red+Green+Blue) = 103+200+186=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #67C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C8BA is #983745. Grayscale: #A9A9A9. Windows color (decimal): -9975622 or 12240999. OLE color: 12240999.

HSL color Cylindrical-coordinate representation of color #67C8BA: hue angle of 171.34º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C8BA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB103200186-
CMYK0.4800.070.22
HSL171.34º46.86%59.41%-
HSV(B)171.34º48.5%78.43%-
XYZ35.1147.7453.82-
YUV169.4137.3680.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.06%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=21.06%
G=40.90%
B=38.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1032001860.4800.070.22171.3446.8659.41
Hex67C8BA300716ab2f3b
Octal1473102726007262535773
Binary1100111110010001011101011000001111011010101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,200,186); }

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

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

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

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

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

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

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