#7AD6DA

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

Shades of Spray #7AD6DA

Tints of Spray #7AD6DA

Color information

#7AD6DA (or 0x7AD6DA) is unknown color: approx Spray. HEX triplet: 7A, D6 and DA. RGB value is (122,214,218). Sum of RGB (Red+Green+Blue) = 122+214+218=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AD6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6DA is #852925. Grayscale: #BABABA. Windows color (decimal): -8726822 or 14341754. OLE color: 14341754.

HSL color Cylindrical-coordinate representation of color #7AD6DA: hue angle of 182.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD6DA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122214218-
CMYK0.440.0200.15
HSL182.5º56.47%66.67%-
HSV(B)182.5º44.04%85.49%-
XYZ44.7357.2975.03-
YUV186.95145.5281.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.02%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=22.02%
G=38.63%
B=39.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222142180.440.0200.15182.556.4766.67
Hex7AD6DA2C20Fb63843
Octal17232633254201726670103
Binary111101011010110110110101011001001111101101101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,214,218); }

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

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

 a { background-color: rgb(122,214,218); }

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

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

 span { border-color: rgb(122,214,218); }

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