Html Css Color HEX #7DF5B5 Aquamarine

📋 copy color: '#7DF5B5'

red 125 ◦ green 245 ◦ blue 181

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

Shades of Aquamarine #7DF5B5

Tints of Aquamarine #7DF5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 22.69%
G = 44.46%
B = 32.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#7DF5B5 (or 0x7DF5B5) is known color: Aquamarine. HEX triplet: 7D, F5 and B5. RGB value is (125,245,181). Sum of RGB (Red+Green+Blue) = 125+245+181=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF5B5 is #820A4A. Grayscale: #C9C9C9. Windows color (decimal): -8522315 or 11924861. OLE color: 11924861.

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

Color convert

RGB 125 245 181 -
CMYK 0.49 0 0.26 0.04
HSL 148º 0.86% 0.73% -
HSV(B) 148º 0.49% 0.96% -
XYZ 49.45 73 55.2 -
YUV 201.82 116.24 73.2 -
System Red Green Blue C M Y K H S L
Decimal 125 245 181 0.49 0 0.26 0.04 148 0.86 0.73
Hex 7D F5 B5 31 0 1A 4 94 56 49
Octal 175 365 265 61 0 32 4 224 126 111
Binary 1111101 11110101 10110101 110001 0 11010 100 10010100 1010110 1001001

Color Harmonies of #7DF5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF5B5

Black with #7DF5B5

Text Example


Text Example

White with #7DF5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,245,181); }

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

background-color css

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

 a { background-color: rgb(125,245,181); }

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

border-color css

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

 span { border-color: rgb(125,245,181); }

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