Html Css Color HEX #7FDAB4 Bermuda

📋 copy color: '#7FDAB4'

red 127 ◦ green 218 ◦ blue 180

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

Shades of Bermuda #7FDAB4

Tints of Bermuda #7FDAB4

RGB

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

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

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

R = 24.19%
G = 41.52%
B = 34.29%

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

#7FDAB4 (or 0x7FDAB4) is known color: Bermuda. HEX triplet: 7F, DA and B4. RGB value is (127,218,180). Sum of RGB (Red+Green+Blue) = 127+218+180=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAB4 is #80254B. Grayscale: #BABABA. Windows color (decimal): -8398156 or 11852415. OLE color: 11852415.

HSL color Cylindrical-coordinate representation of color #7FDAB4: hue angle of 154.95º 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 #7FDAB4 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 218 180 -
CMYK 0.42 0 0.17 0.15
HSL 154.95º 0.55% 0.68% -
HSV(B) 154.95º 0.42% 0.85% -
XYZ 42.06 57.95 52.15 -
YUV 186.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 127 218 180 0.42 0 0.17 0.15 154.95 0.55 0.68
Hex 7F DA B4 2A 0 11 F 9B 37 44
Octal 177 332 264 52 0 21 17 233 67 104
Binary 1111111 11011010 10110100 101010 0 10001 1111 10011011 110111 1000100

Color Harmonies of #7FDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAB4

Black with #7FDAB4

Text Example


Text Example

White with #7FDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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