Html Css Color HEX #7FE0BB Bermuda

📋 copy color: '#7FE0BB'

red 127 ◦ green 224 ◦ blue 187

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

Shades of Bermuda #7FE0BB

Tints of Bermuda #7FE0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 23.61%
G = 41.64%
B = 34.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#7FE0BB (or 0x7FE0BB) is known color: Bermuda. HEX triplet: 7F, E0 and BB. RGB value is (127,224,187). Sum of RGB (Red+Green+Blue) = 127+224+187=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE0BB is #801F44. Grayscale: #BEBEBE. Windows color (decimal): -8396613 or 12312703. OLE color: 12312703.

HSL color Cylindrical-coordinate representation of color #7FE0BB: hue angle of 157.11º 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 #7FE0BB is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 224 187 -
CMYK 0.43 0 0.17 0.12
HSL 157.11º 0.61% 0.69% -
HSV(B) 157.11º 0.43% 0.88% -
XYZ 44.38 61.41 56.53 -
YUV 190.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 127 224 187 0.43 0 0.17 0.12 157.11 0.61 0.69
Hex 7F E0 BB 2B 0 11 C 9D 3D 45
Octal 177 340 273 53 0 21 14 235 75 105
Binary 1111111 11100000 10111011 101011 0 10001 1100 10011101 111101 1000101

Color Harmonies of #7FE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0BB

Black with #7FE0BB

Text Example


Text Example

White with #7FE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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