Html Css Color HEX #83DCBA Bermuda

📋 copy color: '#83DCBA'

red 131 ◦ green 220 ◦ blue 186

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

Shades of Bermuda #83DCBA

Tints of Bermuda #83DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 24.39%
G = 40.97%
B = 34.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#83DCBA (or 0x83DCBA) is known color: Bermuda. HEX triplet: 83, DC and BA. RGB value is (131,220,186). Sum of RGB (Red+Green+Blue) = 131+220+186=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCBA is #7C2345. Grayscale: #BDBDBD. Windows color (decimal): -8135494 or 12246147. OLE color: 12246147.

HSL color Cylindrical-coordinate representation of color #83DCBA: hue angle of 157.08º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 186 -
CMYK 0.40 0 0.15 0.14
HSL 157.08º 0.56% 0.69% -
HSV(B) 157.08º 0.4% 0.86% -
XYZ 43.82 59.56 55.64 -
YUV 189.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 131 220 186 0.40 0 0.15 0.14 157.08 0.56 0.69
Hex 83 DC BA 28 0 F E 9D 38 45
Octal 203 334 272 50 0 17 16 235 70 105
Binary 10000011 11011100 10111010 101000 0 1111 1110 10011101 111000 1000101

Color Harmonies of #83DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCBA

Black with #83DCBA

Text Example


Text Example

White with #83DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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