Html Css Color HEX #7EDFBD Bermuda

📋 copy color: '#7EDFBD'

red 126 ◦ green 223 ◦ blue 189

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

Shades of Bermuda #7EDFBD

Tints of Bermuda #7EDFBD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.45%

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

R = 23.42%
G = 41.45%
B = 35.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#7EDFBD (or 0x7EDFBD) is known color: Bermuda. HEX triplet: 7E, DF and BD. RGB value is (126,223,189). Sum of RGB (Red+Green+Blue) = 126+223+189=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFBD is #812042. Grayscale: #BEBEBE. Windows color (decimal): -8462403 or 12443518. OLE color: 12443518.

HSL color Cylindrical-coordinate representation of color #7EDFBD: hue angle of 158.97º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFBD is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 189 -
CMYK 0.43 0 0.15 0.13
HSL 158.97º 0.6% 0.68% -
HSV(B) 158.97º 0.43% 0.87% -
XYZ 44.18 60.89 57.57 -
YUV 190.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 126 223 189 0.43 0 0.15 0.13 158.97 0.6 0.68
Hex 7E DF BD 2B 0 F D 9F 3C 44
Octal 176 337 275 53 0 17 15 237 74 104
Binary 1111110 11011111 10111101 101011 0 1111 1101 10011111 111100 1000100

Color Harmonies of #7EDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFBD

Black with #7EDFBD

Text Example


Text Example

White with #7EDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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