Html Css Color HEX #83ECDF Aquamarine

📋 copy color: '#83ECDF'

red 131 ◦ green 236 ◦ blue 223

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

Shades of Aquamarine #83ECDF

Tints of Aquamarine #83ECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 22.2%
G = 40%
B = 37.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#83ECDF (or 0x83ECDF) is known color: Aquamarine. HEX triplet: 83, EC and DF. RGB value is (131,236,223). Sum of RGB (Red+Green+Blue) = 131+236+223=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECDF is #7C1320. Grayscale: #CBCBCB. Windows color (decimal): -8131361 or 14675075. OLE color: 14675075.

HSL color Cylindrical-coordinate representation of color #83ECDF: hue angle of 172.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECDF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 236 223 -
CMYK 0.44 0 0.06 0.07
HSL 172.57º 0.73% 0.72% -
HSV(B) 172.57º 0.44% 0.93% -
XYZ 52.67 70.14 80.57 -
YUV 203.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 131 236 223 0.44 0 0.06 0.07 172.57 0.73 0.72
Hex 83 EC DF 2C 0 6 7 AD 49 48
Octal 203 354 337 54 0 6 7 255 111 110
Binary 10000011 11101100 11011111 101100 0 110 111 10101101 1001001 1001000

Color Harmonies of #83ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECDF

Black with #83ECDF

Text Example


Text Example

White with #83ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,236,223); }

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

background-color css

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

 a { background-color: rgb(131,236,223); }

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

border-color css

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

 span { border-color: rgb(131,236,223); }

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