Html Css Color HEX #7FE0BF Bermuda

📋 copy color: '#7FE0BF'

red 127 ◦ green 224 ◦ blue 191

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

Shades of Bermuda #7FE0BF

Tints of Bermuda #7FE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 191 (75% from 255) = 35.24%

R = 23.43%
G = 41.33%
B = 35.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#7FE0BF (or 0x7FE0BF) is known color: Bermuda. HEX triplet: 7F, E0 and BF. RGB value is (127,224,191). Sum of RGB (Red+Green+Blue) = 127+224+191=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE0BF is #801F40. Grayscale: #BFBFBF. Windows color (decimal): -8396609 or 12574847. OLE color: 12574847.

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

Color convert

RGB 127 224 191 -
CMYK 0.43 0 0.15 0.12
HSL 159.59º 0.61% 0.69% -
HSV(B) 159.59º 0.43% 0.88% -
XYZ 44.81 61.58 58.82 -
YUV 191.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 127 224 191 0.43 0 0.15 0.12 159.59 0.61 0.69
Hex 7F E0 BF 2B 0 F C A0 3D 45
Octal 177 340 277 53 0 17 14 240 75 105
Binary 1111111 11100000 10111111 101011 0 1111 1100 10100000 111101 1000101

Color Harmonies of #7FE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0BF

Black with #7FE0BF

Text Example


Text Example

White with #7FE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,224,191); }

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

background-color css

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

 a { background-color: rgb(127,224,191); }

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

border-color css

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

 span { border-color: rgb(127,224,191); }

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