Html Css Color HEX #7ED6B5 Bermuda

📋 copy color: '#7ED6B5'

red 126 ◦ green 214 ◦ blue 181

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

Shades of Bermuda #7ED6B5

Tints of Bermuda #7ED6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 24.18%
G = 41.07%
B = 34.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#7ED6B5 (or 0x7ED6B5) is known color: Bermuda. HEX triplet: 7E, D6 and B5. RGB value is (126,214,181). Sum of RGB (Red+Green+Blue) = 126+214+181=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6B5 is #81294A. Grayscale: #B7B7B7. Windows color (decimal): -8464715 or 11916926. OLE color: 11916926.

HSL color Cylindrical-coordinate representation of color #7ED6B5: hue angle of 157.5º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6B5 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 181 -
CMYK 0.41 0 0.15 0.16
HSL 157.5º 0.52% 0.67% -
HSV(B) 157.5º 0.41% 0.84% -
XYZ 40.99 55.86 52.34 -
YUV 183.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 126 214 181 0.41 0 0.15 0.16 157.5 0.52 0.67
Hex 7E D6 B5 29 0 F 10 9E 34 43
Octal 176 326 265 51 0 17 20 236 64 103
Binary 1111110 11010110 10110101 101001 0 1111 10000 10011110 110100 1000011

Color Harmonies of #7ED6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6B5

Black with #7ED6B5

Text Example


Text Example

White with #7ED6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,181); }

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

background-color css

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

 a { background-color: rgb(126,214,181); }

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

border-color css

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

 span { border-color: rgb(126,214,181); }

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