Html Css Color HEX #7ECEBD Bermuda

📋 copy color: '#7ECEBD'

red 126 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #7ECEBD

Tints of Bermuda #7ECEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 24.18%
G = 39.54%
B = 36.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#7ECEBD (or 0x7ECEBD) is known color: Bermuda. HEX triplet: 7E, CE and BD. RGB value is (126,206,189). Sum of RGB (Red+Green+Blue) = 126+206+189=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEBD is #813142. Grayscale: #B4B4B4. Windows color (decimal): -8466755 or 12439166. OLE color: 12439166.

HSL color Cylindrical-coordinate representation of color #7ECEBD: hue angle of 167.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEBD is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 189 -
CMYK 0.39 0 0.08 0.19
HSL 167.25º 0.45% 0.65% -
HSV(B) 167.25º 0.39% 0.81% -
XYZ 39.86 52.25 56.13 -
YUV 180.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 126 206 189 0.39 0 0.08 0.19 167.25 0.45 0.65
Hex 7E CE BD 27 0 8 13 A7 2D 41
Octal 176 316 275 47 0 10 23 247 55 101
Binary 1111110 11001110 10111101 100111 0 1000 10011 10100111 101101 1000001

Color Harmonies of #7ECEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEBD

Black with #7ECEBD

Text Example


Text Example

White with #7ECEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,206,189); }

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

background-color css

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

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

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

border-color css

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

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

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