#67CDCA

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

Shades of Downy #67CDCA

Tints of Downy #67CDCA

Color information

#67CDCA (or 0x67CDCA) is unknown color: approx Downy. HEX triplet: 67, CD and CA. RGB value is (103,205,202). Sum of RGB (Red+Green+Blue) = 103+205+202=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #67CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDCA is #983235. Grayscale: #AEAEAE. Windows color (decimal): -9974326 or 13290855. OLE color: 13290855.

HSL color Cylindrical-coordinate representation of color #67CDCA: hue angle of 178.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDCA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB103205202-
CMYK0.5000.010.20
HSL178.24º50.5%60.39%-
HSV(B)178.24º49.76%80.39%-
XYZ38.0950.8163.68-
YUV174.16143.7177.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.20%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=20.20%
G=40.20%
B=39.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032052020.5000.010.20178.2450.560.39
Hex67CDCA320114b2323c
Octal1473153126201242626274
Binary11001111100110111001010110010011010010110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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