Html Css Color HEX #83DEBD Bermuda

📋 copy color: '#83DEBD'

red 131 ◦ green 222 ◦ blue 189

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

Shades of Bermuda #83DEBD

Tints of Bermuda #83DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

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

R = 24.17%
G = 40.96%
B = 34.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#83DEBD (or 0x83DEBD) is known color: Bermuda. HEX triplet: 83, DE and BD. RGB value is (131,222,189). Sum of RGB (Red+Green+Blue) = 131+222+189=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DEBD is #7C2142. Grayscale: #BFBFBF. Windows color (decimal): -8134979 or 12443267. OLE color: 12443267.

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

Color convert

RGB 131 222 189 -
CMYK 0.41 0 0.15 0.13
HSL 158.24º 0.58% 0.69% -
HSV(B) 158.24º 0.41% 0.87% -
XYZ 44.67 60.74 57.51 -
YUV 191.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 131 222 189 0.41 0 0.15 0.13 158.24 0.58 0.69
Hex 83 DE BD 29 0 F D 9E 3A 45
Octal 203 336 275 51 0 17 15 236 72 105
Binary 10000011 11011110 10111101 101001 0 1111 1101 10011110 111010 1000101

Color Harmonies of #83DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEBD

Black with #83DEBD

Text Example


Text Example

White with #83DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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