#67CBCA

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

Shades of Downy #67CBCA

Tints of Downy #67CBCA

Color information

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

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

Color convert

RGB103203202-
CMYK0.4900.000.20
HSL179.4º49.02%60%-
HSV(B)179.4º49.26%79.61%-
XYZ37.6149.8663.52-
YUV172.99144.3778.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032032020.4900.000.20179.449.0260
Hex67CBCA310014b3313c
Octal1473133126100242636174
Binary11001111100101111001010110001001010010110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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