Html Css Color HEX #83DBBA Bermuda

📋 copy color: '#83DBBA'

red 131 ◦ green 219 ◦ blue 186

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

Shades of Bermuda #83DBBA

Tints of Bermuda #83DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 24.44%
G = 40.86%
B = 34.7%

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

#83DBBA (or 0x83DBBA) is known color: Bermuda. HEX triplet: 83, DB and BA. RGB value is (131,219,186). Sum of RGB (Red+Green+Blue) = 131+219+186=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBBA is #7C2445. Grayscale: #BCBCBC. Windows color (decimal): -8135750 or 12245891. OLE color: 12245891.

HSL color Cylindrical-coordinate representation of color #83DBBA: hue angle of 157.5º degrees, saturation: 0.55, 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 #83DBBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 219 186 -
CMYK 0.40 0 0.15 0.14
HSL 157.5º 0.55% 0.69% -
HSV(B) 157.5º 0.4% 0.86% -
XYZ 43.55 59.03 55.55 -
YUV 188.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 131 219 186 0.40 0 0.15 0.14 157.5 0.55 0.69
Hex 83 DB BA 28 0 F E 9E 37 45
Octal 203 333 272 50 0 17 16 236 67 105
Binary 10000011 11011011 10111010 101000 0 1111 1110 10011110 110111 1000101

Color Harmonies of #83DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBBA

Black with #83DBBA

Text Example


Text Example

White with #83DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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