Html Css Color HEX #7EDDDB Spray

📋 copy color: '#7EDDDB'

red 126 ◦ green 221 ◦ blue 219

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

Shades of Spray #7EDDDB

Tints of Spray #7EDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

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

R = 22.26%
G = 39.05%
B = 38.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7EDDDB (or 0x7EDDDB) is known color: Spray. HEX triplet: 7E, DD and DB. RGB value is (126,221,219). Sum of RGB (Red+Green+Blue) = 126+221+219=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDDB is #812224. Grayscale: #C0C0C0. Windows color (decimal): -8462885 or 14409086. OLE color: 14409086.

HSL color Cylindrical-coordinate representation of color #7EDDDB: hue angle of 178.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDDB is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 219 -
CMYK 0.43 0 0.01 0.13
HSL 178.74º 0.58% 0.68% -
HSV(B) 178.74º 0.43% 0.87% -
XYZ 47.25 61.26 76.35 -
YUV 192.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 126 221 219 0.43 0 0.01 0.13 178.74 0.58 0.68
Hex 7E DD DB 2B 0 1 D B3 3A 44
Octal 176 335 333 53 0 1 15 263 72 104
Binary 1111110 11011101 11011011 101011 0 1 1101 10110011 111010 1000100

Color Harmonies of #7EDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDDDB

Black with #7EDDDB

Text Example


Text Example

White with #7EDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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