Html Css Color HEX #7FE6B9 Bermuda

📋 copy color: '#7FE6B9'

red 127 ◦ green 230 ◦ blue 185

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

Shades of Bermuda #7FE6B9

Tints of Bermuda #7FE6B9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.44%

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 23.43%
G = 42.44%
B = 34.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#7FE6B9 (or 0x7FE6B9) is known color: Bermuda. HEX triplet: 7F, E6 and B9. RGB value is (127,230,185). Sum of RGB (Red+Green+Blue) = 127+230+185=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE6B9 is #801946. Grayscale: #C2C2C2. Windows color (decimal): -8395079 or 12183167. OLE color: 12183167.

HSL color Cylindrical-coordinate representation of color #7FE6B9: hue angle of 153.79º degrees, saturation: 0.67, 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 #7FE6B9 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 230 185 -
CMYK 0.45 0 0.20 0.10
HSL 153.79º 0.67% 0.7% -
HSV(B) 153.79º 0.45% 0.9% -
XYZ 45.81 64.61 55.96 -
YUV 194.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 127 230 185 0.45 0 0.20 0.10 153.79 0.67 0.7
Hex 7F E6 B9 2D 0 14 A 9A 43 46
Octal 177 346 271 55 0 24 12 232 103 106
Binary 1111111 11100110 10111001 101101 0 10100 1010 10011010 1000011 1000110

Color Harmonies of #7FE6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE6B9

Black with #7FE6B9

Text Example


Text Example

White with #7FE6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,230,185); }

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

background-color css

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

 a { background-color: rgb(127,230,185); }

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

border-color css

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

 span { border-color: rgb(127,230,185); }

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