Html Css Color HEX #7DF1CF Aquamarine

📋 copy color: '#7DF1CF'

red 125 ◦ green 241 ◦ blue 207

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

Shades of Aquamarine #7DF1CF

Tints of Aquamarine #7DF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.06%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 21.82%
G = 42.06%
B = 36.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#7DF1CF (or 0x7DF1CF) is known color: Aquamarine. HEX triplet: 7D, F1 and CF. RGB value is (125,241,207). Sum of RGB (Red+Green+Blue) = 125+241+207=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1CF is #820E30. Grayscale: #CACACA. Windows color (decimal): -8523313 or 13627773. OLE color: 13627773.

HSL color Cylindrical-coordinate representation of color #7DF1CF: hue angle of 162.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1CF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 207 -
CMYK 0.48 0 0.14 0.05
HSL 162.41º 0.81% 0.72% -
HSV(B) 162.41º 0.48% 0.95% -
XYZ 51.18 71.78 70.19 -
YUV 202.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 125 241 207 0.48 0 0.14 0.05 162.41 0.81 0.72
Hex 7D F1 CF 30 0 E 5 A2 51 48
Octal 175 361 317 60 0 16 5 242 121 110
Binary 1111101 11110001 11001111 110000 0 1110 101 10100010 1010001 1001000

Color Harmonies of #7DF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1CF

Black with #7DF1CF

Text Example


Text Example

White with #7DF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,207); }

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

background-color css

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

 a { background-color: rgb(125,241,207); }

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

border-color css

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

 span { border-color: rgb(125,241,207); }

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