Html Css Color HEX #7FDEBA Bermuda

📋 copy color: '#7FDEBA'

red 127 ◦ green 222 ◦ blue 186

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

Shades of Bermuda #7FDEBA

Tints of Bermuda #7FDEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 23.74%
G = 41.5%
B = 34.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7FDEBA (or 0x7FDEBA) is known color: Bermuda. HEX triplet: 7F, DE and BA. RGB value is (127,222,186). Sum of RGB (Red+Green+Blue) = 127+222+186=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDEBA is #802145. Grayscale: #BDBDBD. Windows color (decimal): -8397126 or 12246655. OLE color: 12246655.

HSL color Cylindrical-coordinate representation of color #7FDEBA: hue angle of 157.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEBA is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 222 186 -
CMYK 0.43 0 0.16 0.13
HSL 157.26º 0.59% 0.68% -
HSV(B) 157.26º 0.43% 0.87% -
XYZ 43.74 60.3 55.79 -
YUV 189.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 127 222 186 0.43 0 0.16 0.13 157.26 0.59 0.68
Hex 7F DE BA 2B 0 10 D 9D 3B 44
Octal 177 336 272 53 0 20 15 235 73 104
Binary 1111111 11011110 10111010 101011 0 10000 1101 10011101 111011 1000100

Color Harmonies of #7FDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDEBA

Black with #7FDEBA

Text Example


Text Example

White with #7FDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,222,186); }

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

background-color css

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

 a { background-color: rgb(127,222,186); }

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

border-color css

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

 span { border-color: rgb(127,222,186); }

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