Html Css Color HEX #7ED0BA Bermuda

📋 copy color: '#7ED0BA'

red 126 ◦ green 208 ◦ blue 186

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

Shades of Bermuda #7ED0BA

Tints of Bermuda #7ED0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 24.23%
G = 40%
B = 35.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#7ED0BA (or 0x7ED0BA) is known color: Bermuda. HEX triplet: 7E, D0 and BA. RGB value is (126,208,186). Sum of RGB (Red+Green+Blue) = 126+208+186=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0BA is #812F45. Grayscale: #B4B4B4. Windows color (decimal): -8466246 or 12243070. OLE color: 12243070.

HSL color Cylindrical-coordinate representation of color #7ED0BA: hue angle of 163.9º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0BA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 186 -
CMYK 0.39 0 0.11 0.18
HSL 163.9º 0.47% 0.65% -
HSV(B) 163.9º 0.39% 0.82% -
XYZ 40.02 53.09 54.59 -
YUV 180.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 126 208 186 0.39 0 0.11 0.18 163.9 0.47 0.65
Hex 7E D0 BA 27 0 B 12 A4 2F 41
Octal 176 320 272 47 0 13 22 244 57 101
Binary 1111110 11010000 10111010 100111 0 1011 10010 10100100 101111 1000001

Color Harmonies of #7ED0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED0BA

Black with #7ED0BA

Text Example


Text Example

White with #7ED0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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