Html Css Color HEX #7ECAC0 Bermuda

📋 copy color: '#7ECAC0'

red 126 ◦ green 202 ◦ blue 192

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

Shades of Bermuda #7ECAC0

Tints of Bermuda #7ECAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 24.23%
G = 38.85%
B = 36.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#7ECAC0 (or 0x7ECAC0) is known color: Bermuda. HEX triplet: 7E, CA and C0. RGB value is (126,202,192). Sum of RGB (Red+Green+Blue) = 126+202+192=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC0 is #81353F. Grayscale: #B2B2B2. Windows color (decimal): -8467776 or 12634750. OLE color: 12634750.

HSL color Cylindrical-coordinate representation of color #7ECAC0: hue angle of 172.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 202 192 -
CMYK 0.38 0 0.05 0.21
HSL 172.11º 0.42% 0.64% -
HSV(B) 172.11º 0.38% 0.79% -
XYZ 39.24 50.48 57.55 -
YUV 178.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 126 202 192 0.38 0 0.05 0.21 172.11 0.42 0.64
Hex 7E CA C0 26 0 5 15 AC 2A 40
Octal 176 312 300 46 0 5 25 254 52 100
Binary 1111110 11001010 11000000 100110 0 101 10101 10101100 101010 1000000

Color Harmonies of #7ECAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECAC0

Black with #7ECAC0

Text Example


Text Example

White with #7ECAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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