Html Css Color HEX #83DBB6 Bermuda

📋 copy color: '#83DBB6'

red 131 ◦ green 219 ◦ blue 182

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

Shades of Bermuda #83DBB6

Tints of Bermuda #83DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 24.62%
G = 41.17%
B = 34.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#83DBB6 (or 0x83DBB6) is known color: Bermuda. HEX triplet: 83, DB and B6. RGB value is (131,219,182). Sum of RGB (Red+Green+Blue) = 131+219+182=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBB6 is #7C2449. Grayscale: #BCBCBC. Windows color (decimal): -8135754 or 11983747. OLE color: 11983747.

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

Color convert

RGB 131 219 182 -
CMYK 0.40 0 0.17 0.14
HSL 154.77º 0.55% 0.69% -
HSV(B) 154.77º 0.4% 0.86% -
XYZ 43.14 58.87 53.34 -
YUV 188.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 131 219 182 0.40 0 0.17 0.14 154.77 0.55 0.69
Hex 83 DB B6 28 0 11 E 9B 37 45
Octal 203 333 266 50 0 21 16 233 67 105
Binary 10000011 11011011 10110110 101000 0 10001 1110 10011011 110111 1000101

Color Harmonies of #83DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBB6

Black with #83DBB6

Text Example


Text Example

White with #83DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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