Html Css Color HEX #7FE5BA Bermuda

📋 copy color: '#7FE5BA'

red 127 ◦ green 229 ◦ blue 186

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

Shades of Bermuda #7FE5BA

Tints of Bermuda #7FE5BA

RGB

 RED value IS 127 (50% from 255) = 23.43%

 GREEN value IS 229 (89.84% from 255) = 42.25%

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

R = 23.43%
G = 42.25%
B = 34.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#7FE5BA (or 0x7FE5BA) is known color: Bermuda. HEX triplet: 7F, E5 and BA. RGB value is (127,229,186). Sum of RGB (Red+Green+Blue) = 127+229+186=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5BA is #801A45. Grayscale: #C1C1C1. Windows color (decimal): -8395334 or 12248447. OLE color: 12248447.

HSL color Cylindrical-coordinate representation of color #7FE5BA: hue angle of 154.71º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5BA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 229 186 -
CMYK 0.45 0 0.19 0.10
HSL 154.71º 0.66% 0.7% -
HSV(B) 154.71º 0.45% 0.9% -
XYZ 45.63 64.1 56.42 -
YUV 193.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 127 229 186 0.45 0 0.19 0.10 154.71 0.66 0.7
Hex 7F E5 BA 2D 0 13 A 9B 42 46
Octal 177 345 272 55 0 23 12 233 102 106
Binary 1111111 11100101 10111010 101101 0 10011 1010 10011011 1000010 1000110

Color Harmonies of #7FE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE5BA

Black with #7FE5BA

Text Example


Text Example

White with #7FE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,229,186); }

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

background-color css

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

 a { background-color: rgb(127,229,186); }

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

border-color css

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

 span { border-color: rgb(127,229,186); }

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