Html Css Color HEX #83E1BA Bermuda

📋 copy color: '#83E1BA'

red 131 ◦ green 225 ◦ blue 186

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

Shades of Bermuda #83E1BA

Tints of Bermuda #83E1BA

RGB

 RED value IS 131 (51.56% from 255) = 24.17%

 GREEN value IS 225 (88.28% from 255) = 41.51%

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

R = 24.17%
G = 41.51%
B = 34.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#83E1BA (or 0x83E1BA) is known color: Bermuda. HEX triplet: 83, E1 and BA. RGB value is (131,225,186). Sum of RGB (Red+Green+Blue) = 131+225+186=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #83E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E1BA is #7C1E45. Grayscale: #C0C0C0. Windows color (decimal): -8134214 or 12247427. OLE color: 12247427.

HSL color Cylindrical-coordinate representation of color #83E1BA: hue angle of 155.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E1BA is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 225 186 -
CMYK 0.42 0 0.17 0.12
HSL 155.11º 0.61% 0.7% -
HSV(B) 155.11º 0.42% 0.88% -
XYZ 45.15 62.22 56.08 -
YUV 192.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 131 225 186 0.42 0 0.17 0.12 155.11 0.61 0.7
Hex 83 E1 BA 2A 0 11 C 9B 3D 46
Octal 203 341 272 52 0 21 14 233 75 106
Binary 10000011 11100001 10111010 101010 0 10001 1100 10011011 111101 1000110

Color Harmonies of #83E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E1BA

Black with #83E1BA

Text Example


Text Example

White with #83E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83E1BA; }

 p { color: rgb(131,225,186); }

 H1.HeaderClassName
 {
   color: #83E1BA;
 }
 .AnyTagClassName
 {
   color: #83E1BA;
 }
</style>

background-color css

<style>
 a { background-color: #83E1BA; }

 a { background-color: rgb(131,225,186); }

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

border-color css

<style>
 span { border-color: #83E1BA; }

 span { border-color: rgb(131,225,186); }

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