Html Css Color HEX #83FFCA Aquamarine

📋 copy color: '#83FFCA'

red 131 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #83FFCA

Tints of Aquamarine #83FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 22.28%
G = 43.37%
B = 34.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#83FFCA (or 0x83FFCA) is known color: Aquamarine. HEX triplet: 83, FF and CA. RGB value is (131,255,202). Sum of RGB (Red+Green+Blue) = 131+255+202=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCA is #7C0035. Grayscale: #D3D3D3. Windows color (decimal): -8126518 or 13303683. OLE color: 13303683.

HSL color Cylindrical-coordinate representation of color #83FFCA: hue angle of 154.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFCA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 202 -
CMYK 0.49 0 0.21 0
HSL 154.35º 1% 0.76% -
HSV(B) 154.35º 0.49% 1% -
XYZ 55.78 80.61 68.5 -
YUV 211.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 131 255 202 0.49 0 0.21 0 154.35 1 0.76
Hex 83 FF CA 31 0 15 0 9A 64 4C
Octal 203 377 312 61 0 25 0 232 144 114
Binary 10000011 11111111 11001010 110001 0 10101 0 10011010 1100100 1001100

Color Harmonies of #83FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFCA

Black with #83FFCA

Text Example


Text Example

White with #83FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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