Html Css Color HEX #7FFBBA Aquamarine

📋 copy color: '#7FFBBA'

red 127 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #7FFBBA

Tints of Aquamarine #7FFBBA

RGB

 RED value IS 127 (50% from 255) = 22.52%

 GREEN value IS 251 (98.44% from 255) = 44.5%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 22.52%
G = 44.5%
B = 32.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#7FFBBA (or 0x7FFBBA) is known color: Aquamarine. HEX triplet: 7F, FB and BA. RGB value is (127,251,186). Sum of RGB (Red+Green+Blue) = 127+251+186=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBBA is #800445. Grayscale: #CECECE. Windows color (decimal): -8389702 or 12254079. OLE color: 12254079.

HSL color Cylindrical-coordinate representation of color #7FFBBA: hue angle of 148.55º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBBA is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 251 186 -
CMYK 0.49 0 0.26 0.02
HSL 148.55º 0.94% 0.74% -
HSV(B) 148.55º 0.49% 0.98% -
XYZ 52.11 77.05 58.58 -
YUV 206.51 116.42 71.29 -
System Red Green Blue C M Y K H S L
Decimal 127 251 186 0.49 0 0.26 0.02 148.55 0.94 0.74
Hex 7F FB BA 31 0 1A 2 95 5E 4A
Octal 177 373 272 61 0 32 2 225 136 112
Binary 1111111 11111011 10111010 110001 0 11010 10 10010101 1011110 1001010

Color Harmonies of #7FFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBBA

Black with #7FFBBA

Text Example


Text Example

White with #7FFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,251,186); }

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

background-color css

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

 a { background-color: rgb(127,251,186); }

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

border-color css

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

 span { border-color: rgb(127,251,186); }

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