Html Css Color HEX #82EFC4 Aquamarine

📋 copy color: '#82EFC4'

red 130 ◦ green 239 ◦ blue 196

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

Shades of Aquamarine #82EFC4

Tints of Aquamarine #82EFC4

RGB

 RED value IS 130 (51.17% from 255) = 23.01%

 GREEN value IS 239 (93.75% from 255) = 42.3%

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 23.01%
G = 42.3%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#82EFC4 (or 0x82EFC4) is known color: Aquamarine. HEX triplet: 82, EF and C4. RGB value is (130,239,196). Sum of RGB (Red+Green+Blue) = 130+239+196=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFC4 is #7D103B. Grayscale: #C9C9C9. Windows color (decimal): -8196156 or 12906370. OLE color: 12906370.

HSL color Cylindrical-coordinate representation of color #82EFC4: hue angle of 156.33º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFC4 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 196 -
CMYK 0.46 0 0.18 0.06
HSL 156.33º 0.77% 0.72% -
HSV(B) 156.33º 0.46% 0.94% -
XYZ 50.04 70.46 63.19 -
YUV 201.51 124.89 77 -
System Red Green Blue C M Y K H S L
Decimal 130 239 196 0.46 0 0.18 0.06 156.33 0.77 0.72
Hex 82 EF C4 2E 0 12 6 9C 4D 48
Octal 202 357 304 56 0 22 6 234 115 110
Binary 10000010 11101111 11000100 101110 0 10010 110 10011100 1001101 1001000

Color Harmonies of #82EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFC4

Black with #82EFC4

Text Example


Text Example

White with #82EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82EFC4; }

 p { color: rgb(130,239,196); }

 H1.HeaderClassName
 {
   color: #82EFC4;
 }
 .AnyTagClassName
 {
   color: #82EFC4;
 }
</style>

background-color css

<style>
 a { background-color: #82EFC4; }

 a { background-color: rgb(130,239,196); }

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

border-color css

<style>
 span { border-color: #82EFC4; }

 span { border-color: rgb(130,239,196); }

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