#7ACCC7

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

Shades of Downy #7ACCC7

Tints of Downy #7ACCC7

Color information

#7ACCC7 (or 0x7ACCC7) is unknown color: approx Downy. HEX triplet: 7A, CC and C7. RGB value is (122,204,199). Sum of RGB (Red+Green+Blue) = 122+204+199=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCC7 is #853338. Grayscale: #B2B2B2. Windows color (decimal): -8729401 or 13094010. OLE color: 13094010.

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

Color convert

RGB122204199-
CMYK0.4000.020.2
HSL176.34º44.57%63.92%-
HSV(B)176.34º40.2%80%-
XYZ39.9351.4561.86-
YUV178.91139.3387.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 199 (78.12% from 255) = 37.90%
R=23.24%
G=38.86%
B=37.90%

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
Decimal1222041990.4000.020.2176.3444.5763.92
Hex7ACCC7280214b02d40
Octal17231430750022426055100
Binary1111010110011001100011110100001010100101100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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