Html Css Color HEX #83F8CC Aquamarine

📋 copy color: '#83F8CC'

red 131 ◦ green 248 ◦ blue 204

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

Shades of Aquamarine #83F8CC

Tints of Aquamarine #83F8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.54%

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 22.47%
G = 42.54%
B = 34.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#83F8CC (or 0x83F8CC) is known color: Aquamarine. HEX triplet: 83, F8 and CC. RGB value is (131,248,204). Sum of RGB (Red+Green+Blue) = 131+248+204=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8CC is #7C0733. Grayscale: #D0D0D0. Windows color (decimal): -8128308 or 13432963. OLE color: 13432963.

HSL color Cylindrical-coordinate representation of color #83F8CC: hue angle of 157.44º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8CC is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 248 204 -
CMYK 0.47 0 0.18 0.03
HSL 157.44º 0.89% 0.74% -
HSV(B) 157.44º 0.47% 0.97% -
XYZ 53.83 76.32 69.02 -
YUV 208 125.74 73.08 -
System Red Green Blue C M Y K H S L
Decimal 131 248 204 0.47 0 0.18 0.03 157.44 0.89 0.74
Hex 83 F8 CC 2F 0 12 3 9D 59 4A
Octal 203 370 314 57 0 22 3 235 131 112
Binary 10000011 11111000 11001100 101111 0 10010 11 10011101 1011001 1001010

Color Harmonies of #83F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F8CC

Black with #83F8CC

Text Example


Text Example

White with #83F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,248,204); }

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

background-color css

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

 a { background-color: rgb(131,248,204); }

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

border-color css

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

 span { border-color: rgb(131,248,204); }

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