Html Css Color HEX #83DDBA Bermuda

📋 copy color: '#83DDBA'

red 131 ◦ green 221 ◦ blue 186

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

Shades of Bermuda #83DDBA

Tints of Bermuda #83DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

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

R = 24.35%
G = 41.08%
B = 34.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#83DDBA (or 0x83DDBA) is known color: Bermuda. HEX triplet: 83, DD and BA. RGB value is (131,221,186). Sum of RGB (Red+Green+Blue) = 131+221+186=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDBA is #7C2245. Grayscale: #BEBEBE. Windows color (decimal): -8135238 or 12246403. OLE color: 12246403.

HSL color Cylindrical-coordinate representation of color #83DDBA: hue angle of 156.67º degrees, saturation: 0.57, 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 #83DDBA is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 186 -
CMYK 0.41 0 0.16 0.13
HSL 156.67º 0.57% 0.69% -
HSV(B) 156.67º 0.41% 0.87% -
XYZ 44.08 60.08 55.73 -
YUV 190.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 131 221 186 0.41 0 0.16 0.13 156.67 0.57 0.69
Hex 83 DD BA 29 0 10 D 9D 39 45
Octal 203 335 272 51 0 20 15 235 71 105
Binary 10000011 11011101 10111010 101001 0 10000 1101 10011101 111001 1000101

Color Harmonies of #83DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDBA

Black with #83DDBA

Text Example


Text Example

White with #83DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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