Html Css Color HEX #7FD9BA Bermuda

📋 copy color: '#7FD9BA'

red 127 ◦ green 217 ◦ blue 186

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

Shades of Bermuda #7FD9BA

Tints of Bermuda #7FD9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 23.96%
G = 40.94%
B = 35.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#7FD9BA (or 0x7FD9BA) is known color: Bermuda. HEX triplet: 7F, D9 and BA. RGB value is (127,217,186). Sum of RGB (Red+Green+Blue) = 127+217+186=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD9BA is #802645. Grayscale: #BABABA. Windows color (decimal): -8398406 or 12245375. OLE color: 12245375.

HSL color Cylindrical-coordinate representation of color #7FD9BA: hue angle of 159.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD9BA is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 217 186 -
CMYK 0.41 0 0.14 0.15
HSL 159.33º 0.54% 0.67% -
HSV(B) 159.33º 0.41% 0.85% -
XYZ 42.43 57.68 55.35 -
YUV 186.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 127 217 186 0.41 0 0.14 0.15 159.33 0.54 0.67
Hex 7F D9 BA 29 0 E F 9F 36 43
Octal 177 331 272 51 0 16 17 237 66 103
Binary 1111111 11011001 10111010 101001 0 1110 1111 10011111 110110 1000011

Color Harmonies of #7FD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD9BA

Black with #7FD9BA

Text Example


Text Example

White with #7FD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,217,186); }

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

background-color css

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

 a { background-color: rgb(127,217,186); }

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

border-color css

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

 span { border-color: rgb(127,217,186); }

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