Html Css Color HEX #7EDFB4 Bermuda

📋 copy color: '#7EDFB4'

red 126 ◦ green 223 ◦ blue 180

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

Shades of Bermuda #7EDFB4

Tints of Bermuda #7EDFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 23.82%
G = 42.16%
B = 34.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#7EDFB4 (or 0x7EDFB4) is known color: Bermuda. HEX triplet: 7E, DF and B4. RGB value is (126,223,180). Sum of RGB (Red+Green+Blue) = 126+223+180=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFB4 is #81204B. Grayscale: #BDBDBD. Windows color (decimal): -8462412 or 11853694. OLE color: 11853694.

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

Color convert

RGB 126 223 180 -
CMYK 0.43 0 0.19 0.13
HSL 153.4º 0.6% 0.68% -
HSV(B) 153.4º 0.43% 0.87% -
XYZ 43.23 60.51 52.58 -
YUV 189.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 126 223 180 0.43 0 0.19 0.13 153.4 0.6 0.68
Hex 7E DF B4 2B 0 13 D 99 3C 44
Octal 176 337 264 53 0 23 15 231 74 104
Binary 1111110 11011111 10110100 101011 0 10011 1101 10011001 111100 1000100

Color Harmonies of #7EDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFB4

Black with #7EDFB4

Text Example


Text Example

White with #7EDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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