#7ACDD0

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

Shades of Spray #7ACDD0

Tints of Spray #7ACDD0

Color information

#7ACDD0 (or 0x7ACDD0) is unknown color: approx Spray. HEX triplet: 7A, CD and D0. RGB value is (122,205,208). Sum of RGB (Red+Green+Blue) = 122+205+208=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #7ACDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDD0 is #85322F. Grayscale: #B4B4B4. Windows color (decimal): -8729136 or 13684090. OLE color: 13684090.

HSL color Cylindrical-coordinate representation of color #7ACDD0: hue angle of 182.09º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACDD0 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122205208-
CMYK0.410.0100.18
HSL182.09º47.78%64.71%-
HSV(B)182.09º41.35%81.57%-
XYZ41.2452.3567.61-
YUV180.52143.586.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=22.80%
G=38.32%
B=38.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222052080.410.0100.18182.0947.7864.71
Hex7ACDD0291012b63041
Octal17231532051102226660101
Binary111101011001101110100001010011010010101101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,208); }

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

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

 a { background-color: rgb(122,205,208); }

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

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

 span { border-color: rgb(122,205,208); }

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