Html Css Color HEX #7FD5B4 Bermuda

📋 copy color: '#7FD5B4'

red 127 ◦ green 213 ◦ blue 180

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

Shades of Bermuda #7FD5B4

Tints of Bermuda #7FD5B4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.96%

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 24.42%
G = 40.96%
B = 34.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#7FD5B4 (or 0x7FD5B4) is known color: Bermuda. HEX triplet: 7F, D5 and B4. RGB value is (127,213,180). Sum of RGB (Red+Green+Blue) = 127+213+180=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5B4 is #802A4B. Grayscale: #B7B7B7. Windows color (decimal): -8399436 or 11851135. OLE color: 11851135.

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

Color convert

RGB 127 213 180 -
CMYK 0.40 0 0.15 0.16
HSL 156.98º 0.51% 0.67% -
HSV(B) 156.98º 0.4% 0.84% -
XYZ 40.78 55.4 51.72 -
YUV 183.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 127 213 180 0.40 0 0.15 0.16 156.98 0.51 0.67
Hex 7F D5 B4 28 0 F 10 9D 33 43
Octal 177 325 264 50 0 17 20 235 63 103
Binary 1111111 11010101 10110100 101000 0 1111 10000 10011101 110011 1000011

Color Harmonies of #7FD5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5B4

Black with #7FD5B4

Text Example


Text Example

White with #7FD5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,213,180); }

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

background-color css

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

 a { background-color: rgb(127,213,180); }

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

border-color css

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

 span { border-color: rgb(127,213,180); }

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