Html Css Color HEX #83CDBA Bermuda

📋 copy color: '#83CDBA'

red 131 ◦ green 205 ◦ blue 186

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

Shades of Bermuda #83CDBA

Tints of Bermuda #83CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.27%

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

R = 25.1%
G = 39.27%
B = 35.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#83CDBA (or 0x83CDBA) is known color: Bermuda. HEX triplet: 83, CD and BA. RGB value is (131,205,186). Sum of RGB (Red+Green+Blue) = 131+205+186=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDBA is #7C3245. Grayscale: #B4B4B4. Windows color (decimal): -8139334 or 12242307. OLE color: 12242307.

HSL color Cylindrical-coordinate representation of color #83CDBA: hue angle of 164.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDBA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 205 186 -
CMYK 0.36 0 0.09 0.20
HSL 164.59º 0.43% 0.66% -
HSV(B) 164.59º 0.36% 0.8% -
XYZ 40.05 52.03 54.39 -
YUV 180.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 131 205 186 0.36 0 0.09 0.20 164.59 0.43 0.66
Hex 83 CD BA 24 0 9 14 A5 2B 42
Octal 203 315 272 44 0 11 24 245 53 102
Binary 10000011 11001101 10111010 100100 0 1001 10100 10100101 101011 1000010

Color Harmonies of #83CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDBA

Black with #83CDBA

Text Example


Text Example

White with #83CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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