Html Css Color HEX #7FFCBD Aquamarine

📋 copy color: '#7FFCBD'

red 127 ◦ green 252 ◦ blue 189

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

Shades of Aquamarine #7FFCBD

Tints of Aquamarine #7FFCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 22.36%
G = 44.37%
B = 33.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#7FFCBD (or 0x7FFCBD) is known color: Aquamarine. HEX triplet: 7F, FC and BD. RGB value is (127,252,189). Sum of RGB (Red+Green+Blue) = 127+252+189=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCBD is #800342. Grayscale: #CFCFCF. Windows color (decimal): -8389443 or 12450943. OLE color: 12450943.

HSL color Cylindrical-coordinate representation of color #7FFCBD: hue angle of 149.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCBD is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 252 189 -
CMYK 0.50 0 0.25 0.01
HSL 149.76º 0.95% 0.74% -
HSV(B) 149.76º 0.5% 0.99% -
XYZ 52.75 77.81 60.38 -
YUV 207.44 117.59 70.62 -
System Red Green Blue C M Y K H S L
Decimal 127 252 189 0.50 0 0.25 0.01 149.76 0.95 0.74
Hex 7F FC BD 32 0 19 1 96 5F 4A
Octal 177 374 275 62 0 31 1 226 137 112
Binary 1111111 11111100 10111101 110010 0 11001 1 10010110 1011111 1001010

Color Harmonies of #7FFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCBD

Black with #7FFCBD

Text Example


Text Example

White with #7FFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,252,189); }

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

background-color css

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

 a { background-color: rgb(127,252,189); }

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

border-color css

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

 span { border-color: rgb(127,252,189); }

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