Html Css Color HEX #7EDAB3 Bermuda

📋 copy color: '#7EDAB3'

red 126 ◦ green 218 ◦ blue 179

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

Shades of Bermuda #7EDAB3

Tints of Bermuda #7EDAB3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 24.09%
G = 41.68%
B = 34.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7EDAB3 (or 0x7EDAB3) is known color: Bermuda. HEX triplet: 7E, DA and B3. RGB value is (126,218,179). Sum of RGB (Red+Green+Blue) = 126+218+179=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDAB3 is #81254C. Grayscale: #BABABA. Windows color (decimal): -8463693 or 11786878. OLE color: 11786878.

HSL color Cylindrical-coordinate representation of color #7EDAB3: hue angle of 154.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDAB3 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 179 -
CMYK 0.42 0 0.18 0.15
HSL 154.57º 0.55% 0.67% -
HSV(B) 154.57º 0.42% 0.85% -
XYZ 41.81 57.83 51.61 -
YUV 186.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 126 218 179 0.42 0 0.18 0.15 154.57 0.55 0.67
Hex 7E DA B3 2A 0 12 F 9B 37 43
Octal 176 332 263 52 0 22 17 233 67 103
Binary 1111110 11011010 10110011 101010 0 10010 1111 10011011 110111 1000011

Color Harmonies of #7EDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDAB3

Black with #7EDAB3

Text Example


Text Example

White with #7EDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,179); }

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

background-color css

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

 a { background-color: rgb(126,218,179); }

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

border-color css

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

 span { border-color: rgb(126,218,179); }

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