#7ACCBE

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

Shades of Downy #7ACCBE

Tints of Downy #7ACCBE

Color information

#7ACCBE (or 0x7ACCBE) is unknown color: approx Downy. HEX triplet: 7A, CC and BE. RGB value is (122,204,190). Sum of RGB (Red+Green+Blue) = 122+204+190=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCBE is #853341. Grayscale: #B1B1B1. Windows color (decimal): -8729410 or 12504186. OLE color: 12504186.

HSL color Cylindrical-coordinate representation of color #7ACCBE: hue angle of 169.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACCBE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB122204190-
CMYK0.4000.070.2
HSL169.76º44.57%63.92%-
HSV(B)169.76º40.2%80%-
XYZ38.9151.0456.52-
YUV177.89134.8388.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.64%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=23.64%
G=39.53%
B=36.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041900.4000.070.2169.7644.5763.92
Hex7ACCBE280714aa2d40
Octal17231427650072425255100
Binary11110101100110010111110101000011110100101010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACCBE; }

 p { color: rgb(122,204,190); }

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

<style>
 a { background-color: #7ACCBE; }

 a { background-color: rgb(122,204,190); }

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

<style>
 span { border-color: #7ACCBE; }

 span { border-color: rgb(122,204,190); }

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