Html Css Color HEX #7ECACB Spray

📋 copy color: '#7ECACB'

red 126 ◦ green 202 ◦ blue 203

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

Shades of Spray #7ECACB

Tints of Spray #7ECACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 23.73%
G = 38.04%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7ECACB (or 0x7ECACB) is known color: Spray. HEX triplet: 7E, CA and CB. RGB value is (126,202,203). Sum of RGB (Red+Green+Blue) = 126+202+203=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #7ECACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECACB is #813534. Grayscale: #B3B3B3. Windows color (decimal): -8467765 or 13355646. OLE color: 13355646.

HSL color Cylindrical-coordinate representation of color #7ECACB: hue angle of 180.78º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECACB is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 202 203 -
CMYK 0.38 0.00 0 0.20
HSL 180.78º 0.43% 0.65% -
HSV(B) 180.78º 0.38% 0.8% -
XYZ 40.5 50.99 64.21 -
YUV 179.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 126 202 203 0.38 0.00 0 0.20 180.78 0.43 0.65
Hex 7E CA CB 26 0 0 14 B5 2B 41
Octal 176 312 313 46 0 0 24 265 53 101
Binary 1111110 11001010 11001011 100110 0 0 10100 10110101 101011 1000001

Color Harmonies of #7ECACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECACB

Black with #7ECACB

Text Example


Text Example

White with #7ECACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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