Html Css Color HEX #7FDAB5 Bermuda

📋 copy color: '#7FDAB5'

red 127 ◦ green 218 ◦ blue 181

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

Shades of Bermuda #7FDAB5

Tints of Bermuda #7FDAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 24.14%
G = 41.44%
B = 34.41%

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

#7FDAB5 (or 0x7FDAB5) is known color: Bermuda. HEX triplet: 7F, DA and B5. RGB value is (127,218,181). Sum of RGB (Red+Green+Blue) = 127+218+181=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAB5 is #80254A. Grayscale: #BABABA. Windows color (decimal): -8398155 or 11917951. OLE color: 11917951.

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

Color convert

RGB 127 218 181 -
CMYK 0.42 0 0.17 0.15
HSL 155.6º 0.55% 0.68% -
HSV(B) 155.6º 0.42% 0.85% -
XYZ 42.16 57.99 52.69 -
YUV 186.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 127 218 181 0.42 0 0.17 0.15 155.6 0.55 0.68
Hex 7F DA B5 2A 0 11 F 9C 37 44
Octal 177 332 265 52 0 21 17 234 67 104
Binary 1111111 11011010 10110101 101010 0 10001 1111 10011100 110111 1000100

Color Harmonies of #7FDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDAB5

Black with #7FDAB5

Text Example


Text Example

White with #7FDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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