Html Css Color HEX #7FFBBC Aquamarine

📋 copy color: '#7FFBBC'

red 127 ◦ green 251 ◦ blue 188

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

Shades of Aquamarine #7FFBBC

Tints of Aquamarine #7FFBBC

RGB

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

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

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

R = 22.44%
G = 44.35%
B = 33.22%

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

#7FFBBC (or 0x7FFBBC) is known color: Aquamarine. HEX triplet: 7F, FB and BC. RGB value is (127,251,188). Sum of RGB (Red+Green+Blue) = 127+251+188=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBBC is #800443. Grayscale: #CECECE. Windows color (decimal): -8389700 or 12385151. OLE color: 12385151.

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

Color convert

RGB 127 251 188 -
CMYK 0.49 0 0.25 0.02
HSL 149.52º 0.94% 0.74% -
HSV(B) 149.52º 0.49% 0.98% -
XYZ 52.33 77.14 59.71 -
YUV 206.74 117.42 71.12 -
System Red Green Blue C M Y K H S L
Decimal 127 251 188 0.49 0 0.25 0.02 149.52 0.94 0.74
Hex 7F FB BC 31 0 19 2 96 5E 4A
Octal 177 373 274 61 0 31 2 226 136 112
Binary 1111111 11111011 10111100 110001 0 11001 10 10010110 1011110 1001010

Color Harmonies of #7FFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBBC

Black with #7FFBBC

Text Example


Text Example

White with #7FFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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