Html Css Color HEX #83DBBE Bermuda

📋 copy color: '#83DBBE'

red 131 ◦ green 219 ◦ blue 190

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

Shades of Bermuda #83DBBE

Tints of Bermuda #83DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 24.26%
G = 40.56%
B = 35.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#83DBBE (or 0x83DBBE) is known color: Bermuda. HEX triplet: 83, DB and BE. RGB value is (131,219,190). Sum of RGB (Red+Green+Blue) = 131+219+190=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBBE is #7C2441. Grayscale: #BDBDBD. Windows color (decimal): -8135746 or 12508035. OLE color: 12508035.

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

Color convert

RGB 131 219 190 -
CMYK 0.40 0 0.13 0.14
HSL 160.23º 0.55% 0.69% -
HSV(B) 160.23º 0.4% 0.86% -
XYZ 43.99 59.21 57.82 -
YUV 189.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 131 219 190 0.40 0 0.13 0.14 160.23 0.55 0.69
Hex 83 DB BE 28 0 D E A0 37 45
Octal 203 333 276 50 0 15 16 240 67 105
Binary 10000011 11011011 10111110 101000 0 1101 1110 10100000 110111 1000101

Color Harmonies of #83DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBBE

Black with #83DBBE

Text Example


Text Example

White with #83DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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