Html Css Color HEX #7FD6C7 Bermuda

📋 copy color: '#7FD6C7'

red 127 ◦ green 214 ◦ blue 199

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

Shades of Bermuda #7FD6C7

Tints of Bermuda #7FD6C7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 23.52%
G = 39.63%
B = 36.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#7FD6C7 (or 0x7FD6C7) is known color: Bermuda. HEX triplet: 7F, D6 and C7. RGB value is (127,214,199). Sum of RGB (Red+Green+Blue) = 127+214+199=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD6C7 is #802938. Grayscale: #BABABA. Windows color (decimal): -8399161 or 13096575. OLE color: 13096575.

HSL color Cylindrical-coordinate representation of color #7FD6C7: hue angle of 169.66º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6C7 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 214 199 -
CMYK 0.41 0 0.07 0.16
HSL 169.66º 0.51% 0.67% -
HSV(B) 169.66º 0.41% 0.84% -
XYZ 43.11 56.73 62.71 -
YUV 186.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 127 214 199 0.41 0 0.07 0.16 169.66 0.51 0.67
Hex 7F D6 C7 29 0 7 10 AA 33 43
Octal 177 326 307 51 0 7 20 252 63 103
Binary 1111111 11010110 11000111 101001 0 111 10000 10101010 110011 1000011

Color Harmonies of #7FD6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD6C7

Black with #7FD6C7

Text Example


Text Example

White with #7FD6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,214,199); }

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

background-color css

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

 a { background-color: rgb(127,214,199); }

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

border-color css

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

 span { border-color: rgb(127,214,199); }

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