Html Css Color HEX #7FDAB6 Bermuda

📋 copy color: '#7FDAB6'

red 127 ◦ green 218 ◦ blue 182

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

Shades of Bermuda #7FDAB6

Tints of Bermuda #7FDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 24.1%
G = 41.37%
B = 34.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#7FDAB6 (or 0x7FDAB6) is known color: Bermuda. HEX triplet: 7F, DA and B6. RGB value is (127,218,182). Sum of RGB (Red+Green+Blue) = 127+218+182=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAB6 is #802549. Grayscale: #BABABA. Windows color (decimal): -8398154 or 11983487. OLE color: 11983487.

HSL color Cylindrical-coordinate representation of color #7FDAB6: hue angle of 156.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAB6 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 218 182 -
CMYK 0.42 0 0.17 0.15
HSL 156.26º 0.55% 0.68% -
HSV(B) 156.26º 0.42% 0.85% -
XYZ 42.27 58.03 53.23 -
YUV 186.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 127 218 182 0.42 0 0.17 0.15 156.26 0.55 0.68
Hex 7F DA B6 2A 0 11 F 9C 37 44
Octal 177 332 266 52 0 21 17 234 67 104
Binary 1111111 11011010 10110110 101010 0 10001 1111 10011100 110111 1000100

Color Harmonies of #7FDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAB6

Black with #7FDAB6

Text Example


Text Example

White with #7FDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,218,182); }

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

background-color css

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

 a { background-color: rgb(127,218,182); }

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

border-color css

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

 span { border-color: rgb(127,218,182); }

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