#7ACCC8

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

Shades of Downy #7ACCC8

Tints of Downy #7ACCC8

Color information

#7ACCC8 (or 0x7ACCC8) is unknown color: approx Downy. HEX triplet: 7A, CC and C8. RGB value is (122,204,200). Sum of RGB (Red+Green+Blue) = 122+204+200=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCC8 is #853337. Grayscale: #B2B2B2. Windows color (decimal): -8729400 or 13159546. OLE color: 13159546.

HSL color Cylindrical-coordinate representation of color #7ACCC8: hue angle of 177.07º 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 #7ACCC8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB122204200-
CMYK0.4000.020.2
HSL177.07º44.57%63.92%-
HSV(B)177.07º40.2%80%-
XYZ40.0451.4962.47-
YUV179.03139.8387.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=23.19%
G=38.78%
B=38.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222042000.4000.020.2177.0744.5763.92
Hex7ACCC8280214b12d40
Octal17231431050022426155100
Binary1111010110011001100100010100001010100101100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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