Html Css Color HEX #7ED7DC Spray

📋 copy color: '#7ED7DC'

red 126 ◦ green 215 ◦ blue 220

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

Shades of Spray #7ED7DC

Tints of Spray #7ED7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

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

R = 22.46%
G = 38.32%
B = 39.22%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ED7DC (or 0x7ED7DC) is known color: Spray. HEX triplet: 7E, D7 and DC. RGB value is (126,215,220). Sum of RGB (Red+Green+Blue) = 126+215+220=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ED7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED7DC is #812823. Grayscale: #BCBCBC. Windows color (decimal): -8464420 or 14473086. OLE color: 14473086.

HSL color Cylindrical-coordinate representation of color #7ED7DC: hue angle of 183.19º 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 #7ED7DC is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 215 220 -
CMYK 0.43 0.02 0 0.14
HSL 183.19º 0.57% 0.68% -
HSV(B) 183.19º 0.43% 0.86% -
XYZ 45.82 58.2 76.53 -
YUV 188.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 126 215 220 0.43 0.02 0 0.14 183.19 0.57 0.68
Hex 7E D7 DC 2B 2 0 E B7 39 44
Octal 176 327 334 53 2 0 16 267 71 104
Binary 1111110 11010111 11011100 101011 10 0 1110 10110111 111001 1000100

Color Harmonies of #7ED7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED7DC

Black with #7ED7DC

Text Example


Text Example

White with #7ED7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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