Html Css Color HEX #7FD7C1 Bermuda

📋 copy color: '#7FD7C1'

red 127 ◦ green 215 ◦ blue 193

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

Shades of Bermuda #7FD7C1

Tints of Bermuda #7FD7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 23.74%
G = 40.19%
B = 36.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#7FD7C1 (or 0x7FD7C1) is known color: Bermuda. HEX triplet: 7F, D7 and C1. RGB value is (127,215,193). Sum of RGB (Red+Green+Blue) = 127+215+193=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD7C1 is #80283E. Grayscale: #BABABA. Windows color (decimal): -8398911 or 12703615. OLE color: 12703615.

HSL color Cylindrical-coordinate representation of color #7FD7C1: hue angle of 165º degrees, saturation: 0.52, 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 #7FD7C1 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 215 193 -
CMYK 0.41 0 0.10 0.16
HSL 165º 0.52% 0.67% -
HSV(B) 165º 0.41% 0.84% -
XYZ 42.68 56.96 59.2 -
YUV 186.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 127 215 193 0.41 0 0.10 0.16 165 0.52 0.67
Hex 7F D7 C1 29 0 A 10 A5 34 43
Octal 177 327 301 51 0 12 20 245 64 103
Binary 1111111 11010111 11000001 101001 0 1010 10000 10100101 110100 1000011

Color Harmonies of #7FD7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD7C1

Black with #7FD7C1

Text Example


Text Example

White with #7FD7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,215,193); }

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

background-color css

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

 a { background-color: rgb(127,215,193); }

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

border-color css

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

 span { border-color: rgb(127,215,193); }

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