Html Css Color HEX #7CF5BC Aquamarine

📋 copy color: '#7CF5BC'

red 124 ◦ green 245 ◦ blue 188

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

Shades of Aquamarine #7CF5BC

Tints of Aquamarine #7CF5BC

RGB

 RED value IS 124 (48.83% from 255) = 22.26%

 GREEN value IS 245 (96.09% from 255) = 43.99%

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

R = 22.26%
G = 43.99%
B = 33.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#7CF5BC (or 0x7CF5BC) is known color: Aquamarine. HEX triplet: 7C, F5 and BC. RGB value is (124,245,188). Sum of RGB (Red+Green+Blue) = 124+245+188=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5BC is #830A43. Grayscale: #CACACA. Windows color (decimal): -8587844 or 12383612. OLE color: 12383612.

HSL color Cylindrical-coordinate representation of color #7CF5BC: hue angle of 151.74º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5BC is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 245 188 -
CMYK 0.49 0 0.23 0.04
HSL 151.74º 0.86% 0.72% -
HSV(B) 151.74º 0.49% 0.96% -
XYZ 50.04 73.22 59.07 -
YUV 202.32 119.91 72.13 -
System Red Green Blue C M Y K H S L
Decimal 124 245 188 0.49 0 0.23 0.04 151.74 0.86 0.72
Hex 7C F5 BC 31 0 17 4 98 56 48
Octal 174 365 274 61 0 27 4 230 126 110
Binary 1111100 11110101 10111100 110001 0 10111 100 10011000 1010110 1001000

Color Harmonies of #7CF5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF5BC

Black with #7CF5BC

Text Example


Text Example

White with #7CF5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,245,188); }

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

background-color css

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

 a { background-color: rgb(124,245,188); }

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

border-color css

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

 span { border-color: rgb(124,245,188); }

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