Html Css Color HEX #83ECD4 Aquamarine

📋 copy color: '#83ECD4'

red 131 ◦ green 236 ◦ blue 212

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

Shades of Aquamarine #83ECD4

Tints of Aquamarine #83ECD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 22.63%
G = 40.76%
B = 36.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#83ECD4 (or 0x83ECD4) is known color: Aquamarine. HEX triplet: 83, EC and D4. RGB value is (131,236,212). Sum of RGB (Red+Green+Blue) = 131+236+212=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECD4 is #7C132B. Grayscale: #C9C9C9. Windows color (decimal): -8131372 or 13954179. OLE color: 13954179.

HSL color Cylindrical-coordinate representation of color #83ECD4: hue angle of 166.29º 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 #83ECD4 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 236 212 -
CMYK 0.44 0 0.10 0.07
HSL 166.29º 0.73% 0.72% -
HSV(B) 166.29º 0.44% 0.93% -
XYZ 51.24 69.57 73.02 -
YUV 201.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 131 236 212 0.44 0 0.10 0.07 166.29 0.73 0.72
Hex 83 EC D4 2C 0 A 7 A6 49 48
Octal 203 354 324 54 0 12 7 246 111 110
Binary 10000011 11101100 11010100 101100 0 1010 111 10100110 1001001 1001000

Color Harmonies of #83ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECD4

Black with #83ECD4

Text Example


Text Example

White with #83ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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