Html Css Color HEX #83FFCB Aquamarine

📋 copy color: '#83FFCB'

red 131 ◦ green 255 ◦ blue 203

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

Shades of Aquamarine #83FFCB

Tints of Aquamarine #83FFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 22.24%
G = 43.29%
B = 34.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#83FFCB (or 0x83FFCB) is known color: Aquamarine. HEX triplet: 83, FF and CB. RGB value is (131,255,203). Sum of RGB (Red+Green+Blue) = 131+255+203=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCB is #7C0034. Grayscale: #D4D4D4. Windows color (decimal): -8126517 or 13369219. OLE color: 13369219.

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

Color convert

RGB 131 255 203 -
CMYK 0.49 0 0.20 0
HSL 154.84º 1% 0.76% -
HSV(B) 154.84º 0.49% 1% -
XYZ 55.9 80.66 69.12 -
YUV 212 122.92 70.23 -
System Red Green Blue C M Y K H S L
Decimal 131 255 203 0.49 0 0.20 0 154.84 1 0.76
Hex 83 FF CB 31 0 14 0 9B 64 4C
Octal 203 377 313 61 0 24 0 233 144 114
Binary 10000011 11111111 11001011 110001 0 10100 0 10011011 1100100 1001100

Color Harmonies of #83FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFCB

Black with #83FFCB

Text Example


Text Example

White with #83FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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