Html Css Color HEX #83C7BF Bermuda

📋 copy color: '#83C7BF'

red 131 ◦ green 199 ◦ blue 191

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

Shades of Bermuda #83C7BF

Tints of Bermuda #83C7BF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 191 (75% from 255) = 36.66%

R = 25.14%
G = 38.2%
B = 36.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#83C7BF (or 0x83C7BF) is known color: Bermuda. HEX triplet: 83, C7 and BF. RGB value is (131,199,191). Sum of RGB (Red+Green+Blue) = 131+199+191=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #83C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C7BF is #7C3840. Grayscale: #B1B1B1. Windows color (decimal): -8140865 or 12568451. OLE color: 12568451.

HSL color Cylindrical-coordinate representation of color #83C7BF: hue angle of 172.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C7BF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 199 191 -
CMYK 0.34 0 0.04 0.22
HSL 172.94º 0.38% 0.65% -
HSV(B) 172.94º 0.34% 0.78% -
XYZ 39.19 49.43 56.77 -
YUV 177.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 131 199 191 0.34 0 0.04 0.22 172.94 0.38 0.65
Hex 83 C7 BF 22 0 4 16 AD 26 41
Octal 203 307 277 42 0 4 26 255 46 101
Binary 10000011 11000111 10111111 100010 0 100 10110 10101101 100110 1000001

Color Harmonies of #83C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C7BF

Black with #83C7BF

Text Example


Text Example

White with #83C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,199,191); }

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

background-color css

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

 a { background-color: rgb(131,199,191); }

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

border-color css

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

 span { border-color: rgb(131,199,191); }

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