Html Css Color HEX #83F9CF Aquamarine

📋 copy color: '#83F9CF'

red 131 ◦ green 249 ◦ blue 207

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

Shades of Aquamarine #83F9CF

Tints of Aquamarine #83F9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 22.32%
G = 42.42%
B = 35.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#83F9CF (or 0x83F9CF) is known color: Aquamarine. HEX triplet: 83, F9 and CF. RGB value is (131,249,207). Sum of RGB (Red+Green+Blue) = 131+249+207=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9CF is #7C0630. Grayscale: #D0D0D0. Windows color (decimal): -8128049 or 13629827. OLE color: 13629827.

HSL color Cylindrical-coordinate representation of color #83F9CF: hue angle of 158.64º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9CF is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 207 -
CMYK 0.47 0 0.17 0.02
HSL 158.64º 0.91% 0.75% -
HSV(B) 158.64º 0.47% 0.98% -
XYZ 54.5 77.08 71.04 -
YUV 208.93 126.91 72.42 -
System Red Green Blue C M Y K H S L
Decimal 131 249 207 0.47 0 0.17 0.02 158.64 0.91 0.75
Hex 83 F9 CF 2F 0 11 2 9F 5B 4B
Octal 203 371 317 57 0 21 2 237 133 113
Binary 10000011 11111001 11001111 101111 0 10001 10 10011111 1011011 1001011

Color Harmonies of #83F9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F9CF

Black with #83F9CF

Text Example


Text Example

White with #83F9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,249,207); }

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

background-color css

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

 a { background-color: rgb(131,249,207); }

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

border-color css

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

 span { border-color: rgb(131,249,207); }

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