Html Css Color HEX #7ECCCC Spray

📋 copy color: '#7ECCCC'

red 126 ◦ green 204 ◦ blue 204

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

Shades of Spray #7ECCCC

Tints of Spray #7ECCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 23.6%
G = 38.2%
B = 38.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7ECCCC (or 0x7ECCCC) is known color: Spray. HEX triplet: 7E, CC and CC. RGB value is (126,204,204). Sum of RGB (Red+Green+Blue) = 126+204+204=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #7ECCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCCC is #813333. Grayscale: #B4B4B4. Windows color (decimal): -8467252 or 13421694. OLE color: 13421694.

HSL color Cylindrical-coordinate representation of color #7ECCCC: hue angle of 180º 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 #7ECCCC is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 204 204 -
CMYK 0.38 0 0 0.2
HSL 180º 0.43% 0.65% -
HSV(B) 180º 0.38% 0.8% -
XYZ 41.1 51.98 64.99 -
YUV 180.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 126 204 204 0.38 0 0 0.2 180 0.43 0.65
Hex 7E CC CC 26 0 0 14 B4 2B 41
Octal 176 314 314 46 0 0 24 264 53 101
Binary 1111110 11001100 11001100 100110 0 0 10100 10110100 101011 1000001

Color Harmonies of #7ECCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCCC

Black with #7ECCCC

Text Example


Text Example

White with #7ECCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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