#7ACCBF

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

Shades of Downy #7ACCBF

Tints of Downy #7ACCBF

Color information

#7ACCBF (or 0x7ACCBF) is unknown color: approx Downy. HEX triplet: 7A, CC and BF. RGB value is (122,204,191). Sum of RGB (Red+Green+Blue) = 122+204+191=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCBF is #853340. Grayscale: #B1B1B1. Windows color (decimal): -8729409 or 12569722. OLE color: 12569722.

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

Color convert

RGB122204191-
CMYK0.4000.060.2
HSL170.49º44.57%63.92%-
HSV(B)170.49º40.2%80%-
XYZ39.0251.0857.09-
YUV178135.3388.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 191 (75% from 255) = 36.94%
R=23.60%
G=39.46%
B=36.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041910.4000.060.2170.4944.5763.92
Hex7ACCBF280614aa2d40
Octal17231427750062425255100
Binary11110101100110010111111101000011010100101010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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