Html Css Color HEX #83FFCC Aquamarine

📋 copy color: '#83FFCC'

red 131 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #83FFCC

Tints of Aquamarine #83FFCC

RGB

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

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

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

R = 22.2%
G = 43.22%
B = 34.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#83FFCC (or 0x83FFCC) is known color: Aquamarine. HEX triplet: 83, FF and CC. RGB value is (131,255,204). Sum of RGB (Red+Green+Blue) = 131+255+204=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCC is #7C0033. Grayscale: #D4D4D4. Windows color (decimal): -8126516 or 13434755. OLE color: 13434755.

HSL color Cylindrical-coordinate representation of color #83FFCC: hue angle of 155.32º 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 #83FFCC is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 204 -
CMYK 0.49 0 0.2 0
HSL 155.32º 1% 0.76% -
HSV(B) 155.32º 0.49% 1% -
XYZ 56.02 80.7 69.75 -
YUV 212.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 131 255 204 0.49 0 0.2 0 155.32 1 0.76
Hex 83 FF CC 31 0 14 0 9B 64 4C
Octal 203 377 314 61 0 24 0 233 144 114
Binary 10000011 11111111 11001100 110001 0 10100 0 10011011 1100100 1001100

Color Harmonies of #83FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFCC

Black with #83FFCC

Text Example


Text Example

White with #83FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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