Html Css Color HEX #83EDCA Aquamarine

📋 copy color: '#83EDCA'

red 131 ◦ green 237 ◦ blue 202

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

Shades of Aquamarine #83EDCA

Tints of Aquamarine #83EDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 22.98%
G = 41.58%
B = 35.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#83EDCA (or 0x83EDCA) is known color: Aquamarine. HEX triplet: 83, ED and CA. RGB value is (131,237,202). Sum of RGB (Red+Green+Blue) = 131+237+202=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDCA is #7C1235. Grayscale: #C9C9C9. Windows color (decimal): -8131126 or 13299075. OLE color: 13299075.

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

Color convert

RGB 131 237 202 -
CMYK 0.45 0 0.15 0.07
HSL 160.19º 0.75% 0.72% -
HSV(B) 160.19º 0.45% 0.93% -
XYZ 50.3 69.66 66.67 -
YUV 201.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 131 237 202 0.45 0 0.15 0.07 160.19 0.75 0.72
Hex 83 ED CA 2D 0 F 7 A0 4B 48
Octal 203 355 312 55 0 17 7 240 113 110
Binary 10000011 11101101 11001010 101101 0 1111 111 10100000 1001011 1001000

Color Harmonies of #83EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDCA

Black with #83EDCA

Text Example


Text Example

White with #83EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,202); }

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

background-color css

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

 a { background-color: rgb(131,237,202); }

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

border-color css

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

 span { border-color: rgb(131,237,202); }

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