Html Css Color HEX #7FDCBE Bermuda

📋 copy color: '#7FDCBE'

red 127 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #7FDCBE

Tints of Bermuda #7FDCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 23.65%
G = 40.97%
B = 35.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#7FDCBE (or 0x7FDCBE) is known color: Bermuda. HEX triplet: 7F, DC and BE. RGB value is (127,220,190). Sum of RGB (Red+Green+Blue) = 127+220+190=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCBE is #802341. Grayscale: #BCBCBC. Windows color (decimal): -8397634 or 12508287. OLE color: 12508287.

HSL color Cylindrical-coordinate representation of color #7FDCBE: hue angle of 160.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCBE is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 220 190 -
CMYK 0.42 0 0.14 0.14
HSL 160.65º 0.57% 0.68% -
HSV(B) 160.65º 0.42% 0.86% -
XYZ 43.64 59.42 57.88 -
YUV 188.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 127 220 190 0.42 0 0.14 0.14 160.65 0.57 0.68
Hex 7F DC BE 2A 0 E E A1 39 44
Octal 177 334 276 52 0 16 16 241 71 104
Binary 1111111 11011100 10111110 101010 0 1110 1110 10100001 111001 1000100

Color Harmonies of #7FDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDCBE

Black with #7FDCBE

Text Example


Text Example

White with #7FDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,220,190); }

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

background-color css

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

 a { background-color: rgb(127,220,190); }

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

border-color css

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

 span { border-color: rgb(127,220,190); }

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