#7AD2D0

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

Shades of Spray #7AD2D0

Tints of Spray #7AD2D0

Color information

#7AD2D0 (or 0x7AD2D0) is unknown color: approx Spray. HEX triplet: 7A, D2 and D0. RGB value is (122,210,208). Sum of RGB (Red+Green+Blue) = 122+210+208=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD2D0 is #852D2F. Grayscale: #B7B7B7. Windows color (decimal): -8727856 or 13685370. OLE color: 13685370.

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

Color convert

RGB122210208-
CMYK0.4200.010.18
HSL178.64º49.44%65.1%-
HSV(B)178.64º41.9%82.35%-
XYZ42.4654.7868.01-
YUV183.46141.8584.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.59%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=22.59%
G=38.89%
B=38.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222102080.4200.010.18178.6449.4465.1
Hex7AD2D02A0112b33141
Octal17232232052012226361101
Binary111101011010010110100001010100110010101100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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