Html Css Color HEX #7FFBBB Aquamarine

📋 copy color: '#7FFBBB'

red 127 ◦ green 251 ◦ blue 187

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

Shades of Aquamarine #7FFBBB

Tints of Aquamarine #7FFBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 22.48%
G = 44.42%
B = 33.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#7FFBBB (or 0x7FFBBB) is known color: Aquamarine. HEX triplet: 7F, FB and BB. RGB value is (127,251,187). Sum of RGB (Red+Green+Blue) = 127+251+187=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBBB is #800444. Grayscale: #CECECE. Windows color (decimal): -8389701 or 12319615. OLE color: 12319615.

HSL color Cylindrical-coordinate representation of color #7FFBBB: hue angle of 149.03º 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 #7FFBBB is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 251 187 -
CMYK 0.49 0 0.25 0.02
HSL 149.03º 0.94% 0.74% -
HSV(B) 149.03º 0.49% 0.98% -
XYZ 52.22 77.09 59.14 -
YUV 206.63 116.92 71.2 -
System Red Green Blue C M Y K H S L
Decimal 127 251 187 0.49 0 0.25 0.02 149.03 0.94 0.74
Hex 7F FB BB 31 0 19 2 95 5E 4A
Octal 177 373 273 61 0 31 2 225 136 112
Binary 1111111 11111011 10111011 110001 0 11001 10 10010101 1011110 1001010

Color Harmonies of #7FFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBBB

Black with #7FFBBB

Text Example


Text Example

White with #7FFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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