Html Css Color HEX #7ECADB Spray

📋 copy color: '#7ECADB'

red 126 ◦ green 202 ◦ blue 219

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

Shades of Spray #7ECADB

Tints of Spray #7ECADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 23.03%
G = 36.93%
B = 40.04%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ECADB (or 0x7ECADB) is known color: Spray. HEX triplet: 7E, CA and DB. RGB value is (126,202,219). Sum of RGB (Red+Green+Blue) = 126+202+219=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ECADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECADB is #813524. Grayscale: #B5B5B5. Windows color (decimal): -8467749 or 14404222. OLE color: 14404222.

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

Color convert

RGB 126 202 219 -
CMYK 0.42 0.08 0 0.14
HSL 190.97º 0.56% 0.68% -
HSV(B) 190.97º 0.42% 0.86% -
XYZ 42.51 51.79 74.77 -
YUV 181.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 126 202 219 0.42 0.08 0 0.14 190.97 0.56 0.68
Hex 7E CA DB 2A 8 0 E BF 38 44
Octal 176 312 333 52 10 0 16 277 70 104
Binary 1111110 11001010 11011011 101010 1000 0 1110 10111111 111000 1000100

Color Harmonies of #7ECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECADB

Black with #7ECADB

Text Example


Text Example

White with #7ECADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,202,219); }

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

background-color css

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

 a { background-color: rgb(126,202,219); }

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

border-color css

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

 span { border-color: rgb(126,202,219); }

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