Html Css Color HEX #7ECEBA Bermuda

📋 copy color: '#7ECEBA'

red 126 ◦ green 206 ◦ blue 186

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

Shades of Bermuda #7ECEBA

Tints of Bermuda #7ECEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 24.32%
G = 39.77%
B = 35.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#7ECEBA (or 0x7ECEBA) is known color: Bermuda. HEX triplet: 7E, CE and BA. RGB value is (126,206,186). Sum of RGB (Red+Green+Blue) = 126+206+186=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEBA is #813145. Grayscale: #B3B3B3. Windows color (decimal): -8466758 or 12242558. OLE color: 12242558.

HSL color Cylindrical-coordinate representation of color #7ECEBA: hue angle of 165º 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 #7ECEBA is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 186 -
CMYK 0.39 0 0.10 0.19
HSL 165º 0.45% 0.65% -
HSV(B) 165º 0.39% 0.81% -
XYZ 39.54 52.12 54.43 -
YUV 179.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 126 206 186 0.39 0 0.10 0.19 165 0.45 0.65
Hex 7E CE BA 27 0 A 13 A5 2D 41
Octal 176 316 272 47 0 12 23 245 55 101
Binary 1111110 11001110 10111010 100111 0 1010 10011 10100101 101101 1000001

Color Harmonies of #7ECEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEBA

Black with #7ECEBA

Text Example


Text Example

White with #7ECEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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