Html Css Color HEX #83ECCF Aquamarine

📋 copy color: '#83ECCF'

red 131 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #83ECCF

Tints of Aquamarine #83ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.11%

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

R = 22.82%
G = 41.11%
B = 36.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#83ECCF (or 0x83ECCF) is known color: Aquamarine. HEX triplet: 83, EC and CF. RGB value is (131,236,207). Sum of RGB (Red+Green+Blue) = 131+236+207=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECCF is #7C1330. Grayscale: #C9C9C9. Windows color (decimal): -8131377 or 13626499. OLE color: 13626499.

HSL color Cylindrical-coordinate representation of color #83ECCF: hue angle of 163.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECCF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 236 207 -
CMYK 0.44 0 0.12 0.07
HSL 163.43º 0.73% 0.72% -
HSV(B) 163.43º 0.44% 0.93% -
XYZ 50.62 69.32 69.74 -
YUV 201.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 131 236 207 0.44 0 0.12 0.07 163.43 0.73 0.72
Hex 83 EC CF 2C 0 C 7 A3 49 48
Octal 203 354 317 54 0 14 7 243 111 110
Binary 10000011 11101100 11001111 101100 0 1100 111 10100011 1001001 1001000

Color Harmonies of #83ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECCF

Black with #83ECCF

Text Example


Text Example

White with #83ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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