Html Css Color HEX #7FE1BA Bermuda

📋 copy color: '#7FE1BA'

red 127 ◦ green 225 ◦ blue 186

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

Shades of Bermuda #7FE1BA

Tints of Bermuda #7FE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.82%

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

R = 23.61%
G = 41.82%
B = 34.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#7FE1BA (or 0x7FE1BA) is known color: Bermuda. HEX triplet: 7F, E1 and BA. RGB value is (127,225,186). Sum of RGB (Red+Green+Blue) = 127+225+186=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1BA is #801E45. Grayscale: #BFBFBF. Windows color (decimal): -8396358 or 12247423. OLE color: 12247423.

HSL color Cylindrical-coordinate representation of color #7FE1BA: hue angle of 156.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1BA is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 225 186 -
CMYK 0.44 0 0.17 0.12
HSL 156.12º 0.62% 0.69% -
HSV(B) 156.12º 0.44% 0.88% -
XYZ 44.54 61.91 56.06 -
YUV 191.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 127 225 186 0.44 0 0.17 0.12 156.12 0.62 0.69
Hex 7F E1 BA 2C 0 11 C 9C 3E 45
Octal 177 341 272 54 0 21 14 234 76 105
Binary 1111111 11100001 10111010 101100 0 10001 1100 10011100 111110 1000101

Color Harmonies of #7FE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE1BA

Black with #7FE1BA

Text Example


Text Example

White with #7FE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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