Html Css Color HEX #7AF7BC Aquamarine

📋 copy color: '#7AF7BC'

red 122 ◦ green 247 ◦ blue 188

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

Shades of Aquamarine #7AF7BC

Tints of Aquamarine #7AF7BC

RGB

 RED value IS 122 (48.05% from 255) = 21.9%

 GREEN value IS 247 (96.88% from 255) = 44.34%

 BLUE value IS 188 (73.83% from 255) = 33.75%

R = 21.9%
G = 44.34%
B = 33.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#7AF7BC (or 0x7AF7BC) is known color: Aquamarine. HEX triplet: 7A, F7 and BC. RGB value is (122,247,188). Sum of RGB (Red+Green+Blue) = 122+247+188=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7BC is #850843. Grayscale: #CBCBCB. Windows color (decimal): -8718404 or 12384122. OLE color: 12384122.

HSL color Cylindrical-coordinate representation of color #7AF7BC: hue angle of 151.68º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7BC is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 247 188 -
CMYK 0.51 0 0.24 0.03
HSL 151.68º 0.89% 0.72% -
HSV(B) 151.68º 0.51% 0.97% -
XYZ 50.36 74.29 59.26 -
YUV 202.9 119.59 70.3 -
System Red Green Blue C M Y K H S L
Decimal 122 247 188 0.51 0 0.24 0.03 151.68 0.89 0.72
Hex 7A F7 BC 33 0 18 3 98 59 48
Octal 172 367 274 63 0 30 3 230 131 110
Binary 1111010 11110111 10111100 110011 0 11000 11 10011000 1011001 1001000

Color Harmonies of #7AF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7BC

Black with #7AF7BC

Text Example


Text Example

White with #7AF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AF7BC; }

 p { color: rgb(122,247,188); }

 H1.HeaderClassName
 {
   color: #7AF7BC;
 }
 .AnyTagClassName
 {
   color: #7AF7BC;
 }
</style>

background-color css

<style>
 a { background-color: #7AF7BC; }

 a { background-color: rgb(122,247,188); }

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

border-color css

<style>
 span { border-color: #7AF7BC; }

 span { border-color: rgb(122,247,188); }

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