Html Css Color HEX #83DDBF Bermuda

📋 copy color: '#83DDBF'

red 131 ◦ green 221 ◦ blue 191

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

Shades of Bermuda #83DDBF

Tints of Bermuda #83DDBF

RGB

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

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

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

R = 24.13%
G = 40.7%
B = 35.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#83DDBF (or 0x83DDBF) is known color: Bermuda. HEX triplet: 83, DD and BF. RGB value is (131,221,191). Sum of RGB (Red+Green+Blue) = 131+221+191=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDBF is #7C2240. Grayscale: #BEBEBE. Windows color (decimal): -8135233 or 12574083. OLE color: 12574083.

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

Color convert

RGB 131 221 191 -
CMYK 0.41 0 0.14 0.13
HSL 160º 0.57% 0.69% -
HSV(B) 160º 0.41% 0.87% -
XYZ 44.62 60.3 58.58 -
YUV 190.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 131 221 191 0.41 0 0.14 0.13 160 0.57 0.69
Hex 83 DD BF 29 0 E D A0 39 45
Octal 203 335 277 51 0 16 15 240 71 105
Binary 10000011 11011101 10111111 101001 0 1110 1101 10100000 111001 1000101

Color Harmonies of #83DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDBF

Black with #83DDBF

Text Example


Text Example

White with #83DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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