Html Css Color HEX #7FDAB2 Bermuda

📋 copy color: '#7FDAB2'

red 127 ◦ green 218 ◦ blue 178

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

Shades of Bermuda #7FDAB2

Tints of Bermuda #7FDAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.03%

R = 24.28%
G = 41.68%
B = 34.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7FDAB2 (or 0x7FDAB2) is known color: Bermuda. HEX triplet: 7F, DA and B2. RGB value is (127,218,178). Sum of RGB (Red+Green+Blue) = 127+218+178=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAB2 is #80254D. Grayscale: #BABABA. Windows color (decimal): -8398158 or 11721343. OLE color: 11721343.

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

Color convert

RGB 127 218 178 -
CMYK 0.42 0 0.18 0.15
HSL 153.63º 0.55% 0.68% -
HSV(B) 153.63º 0.42% 0.85% -
XYZ 41.86 57.87 51.08 -
YUV 186.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 127 218 178 0.42 0 0.18 0.15 153.63 0.55 0.68
Hex 7F DA B2 2A 0 12 F 9A 37 44
Octal 177 332 262 52 0 22 17 232 67 104
Binary 1111111 11011010 10110010 101010 0 10010 1111 10011010 110111 1000100

Color Harmonies of #7FDAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAB2

Black with #7FDAB2

Text Example


Text Example

White with #7FDAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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