Html Css Color HEX #7DFACB Aquamarine

📋 copy color: '#7DFACB'

red 125 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #7DFACB

Tints of Aquamarine #7DFACB

RGB

 RED value IS 125 (49.22% from 255) = 21.63%

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 21.63%
G = 43.25%
B = 35.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#7DFACB (or 0x7DFACB) is known color: Aquamarine. HEX triplet: 7D, FA and CB. RGB value is (125,250,203). Sum of RGB (Red+Green+Blue) = 125+250+203=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFACB is #820534. Grayscale: #CFCFCF. Windows color (decimal): -8521013 or 13367933. OLE color: 13367933.

HSL color Cylindrical-coordinate representation of color #7DFACB: hue angle of 157.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFACB is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 203 -
CMYK 0.50 0 0.19 0.02
HSL 157.44º 0.93% 0.74% -
HSV(B) 157.44º 0.5% 0.98% -
XYZ 53.42 77.04 68.56 -
YUV 207.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 125 250 203 0.50 0 0.19 0.02 157.44 0.93 0.74
Hex 7D FA CB 32 0 13 2 9D 5D 4A
Octal 175 372 313 62 0 23 2 235 135 112
Binary 1111101 11111010 11001011 110010 0 10011 10 10011101 1011101 1001010

Color Harmonies of #7DFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFACB

Black with #7DFACB

Text Example


Text Example

White with #7DFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,250,203); }

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

background-color css

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

 a { background-color: rgb(125,250,203); }

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

border-color css

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

 span { border-color: rgb(125,250,203); }

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