Html Css Color HEX #7ED2DC Spray

📋 copy color: '#7ED2DC'

red 126 ◦ green 210 ◦ blue 220

#7ED2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #7ED2DC

Tints of Spray #7ED2DC

RGB

 RED value IS 126 (49.61% from 255) = 22.66%

 GREEN value IS 210 (82.42% from 255) = 37.77%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 22.66%
G = 37.77%
B = 39.57%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ED2DC (or 0x7ED2DC) is known color: Spray. HEX triplet: 7E, D2 and DC. RGB value is (126,210,220). Sum of RGB (Red+Green+Blue) = 126+210+220=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ED2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2DC is #812D23. Grayscale: #B9B9B9. Windows color (decimal): -8465700 or 14471806. OLE color: 14471806.

HSL color Cylindrical-coordinate representation of color #7ED2DC: hue angle of 186.38º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ED2DC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 210 220 -
CMYK 0.43 0.05 0 0.14
HSL 186.38º 0.57% 0.68% -
HSV(B) 186.38º 0.43% 0.86% -
XYZ 44.57 55.7 76.11 -
YUV 186.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 126 210 220 0.43 0.05 0 0.14 186.38 0.57 0.68
Hex 7E D2 DC 2B 5 0 E BA 39 44
Octal 176 322 334 53 5 0 16 272 71 104
Binary 1111110 11010010 11011100 101011 101 0 1110 10111010 111001 1000100

Color Harmonies of #7ED2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED2DC

Black with #7ED2DC

Text Example


Text Example

White with #7ED2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,210,220); }

 H1.HeaderClassName
 {
   color: #7ED2DC;
 }
 .AnyTagClassName
 {
   color: #7ED2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(126,210,220); }

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

border-color css

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

 span { border-color: rgb(126,210,220); }

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