Html Css Color HEX #82EFC3 Aquamarine

📋 copy color: '#82EFC3'

red 130 ◦ green 239 ◦ blue 195

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

Shades of Aquamarine #82EFC3

Tints of Aquamarine #82EFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.57%

R = 23.05%
G = 42.38%
B = 34.57%

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

#82EFC3 (or 0x82EFC3) is known color: Aquamarine. HEX triplet: 82, EF and C3. RGB value is (130,239,195). Sum of RGB (Red+Green+Blue) = 130+239+195=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFC3 is #7D103C. Grayscale: #C9C9C9. Windows color (decimal): -8196157 or 12840834. OLE color: 12840834.

HSL color Cylindrical-coordinate representation of color #82EFC3: hue angle of 155.78º 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 #82EFC3 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 195 -
CMYK 0.46 0 0.18 0.06
HSL 155.78º 0.77% 0.72% -
HSV(B) 155.78º 0.46% 0.94% -
XYZ 49.92 70.42 62.59 -
YUV 201.39 124.39 77.08 -
System Red Green Blue C M Y K H S L
Decimal 130 239 195 0.46 0 0.18 0.06 155.78 0.77 0.72
Hex 82 EF C3 2E 0 12 6 9C 4D 48
Octal 202 357 303 56 0 22 6 234 115 110
Binary 10000010 11101111 11000011 101110 0 10010 110 10011100 1001101 1001000

Color Harmonies of #82EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFC3

Black with #82EFC3

Text Example


Text Example

White with #82EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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