Html Css Color HEX #83DDBD Bermuda

📋 copy color: '#83DDBD'

red 131 ◦ green 221 ◦ blue 189

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

Shades of Bermuda #83DDBD

Tints of Bermuda #83DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 24.21%
G = 40.85%
B = 34.94%

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

#83DDBD (or 0x83DDBD) is known color: Bermuda. HEX triplet: 83, DD and BD. RGB value is (131,221,189). Sum of RGB (Red+Green+Blue) = 131+221+189=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDBD is #7C2242. Grayscale: #BEBEBE. Windows color (decimal): -8135235 or 12443011. OLE color: 12443011.

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

Color convert

RGB 131 221 189 -
CMYK 0.41 0 0.14 0.13
HSL 158.67º 0.57% 0.69% -
HSV(B) 158.67º 0.41% 0.87% -
XYZ 44.4 60.21 57.43 -
YUV 190.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 131 221 189 0.41 0 0.14 0.13 158.67 0.57 0.69
Hex 83 DD BD 29 0 E D 9F 39 45
Octal 203 335 275 51 0 16 15 237 71 105
Binary 10000011 11011101 10111101 101001 0 1110 1101 10011111 111001 1000101

Color Harmonies of #83DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDBD

Black with #83DDBD

Text Example


Text Example

White with #83DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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