Html Css Color HEX #83DFBA Bermuda

📋 copy color: '#83DFBA'

red 131 ◦ green 223 ◦ blue 186

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

Shades of Bermuda #83DFBA

Tints of Bermuda #83DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 24.26%
G = 41.3%
B = 34.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#83DFBA (or 0x83DFBA) is known color: Bermuda. HEX triplet: 83, DF and BA. RGB value is (131,223,186). Sum of RGB (Red+Green+Blue) = 131+223+186=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFBA is #7C2045. Grayscale: #BFBFBF. Windows color (decimal): -8134726 or 12246915. OLE color: 12246915.

HSL color Cylindrical-coordinate representation of color #83DFBA: hue angle of 155.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFBA is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 223 186 -
CMYK 0.41 0 0.17 0.13
HSL 155.87º 0.59% 0.69% -
HSV(B) 155.87º 0.41% 0.87% -
XYZ 44.61 61.15 55.91 -
YUV 191.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 131 223 186 0.41 0 0.17 0.13 155.87 0.59 0.69
Hex 83 DF BA 29 0 11 D 9C 3B 45
Octal 203 337 272 51 0 21 15 234 73 105
Binary 10000011 11011111 10111010 101001 0 10001 1101 10011100 111011 1000101

Color Harmonies of #83DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DFBA

Black with #83DFBA

Text Example


Text Example

White with #83DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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