Html Css Color HEX #7DF2CC Aquamarine

📋 copy color: '#7DF2CC'

red 125 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #7DF2CC

Tints of Aquamarine #7DF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.38%

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 21.89%
G = 42.38%
B = 35.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#7DF2CC (or 0x7DF2CC) is known color: Aquamarine. HEX triplet: 7D, F2 and CC. RGB value is (125,242,204). Sum of RGB (Red+Green+Blue) = 125+242+204=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2CC is #820D33. Grayscale: #CACACA. Windows color (decimal): -8523060 or 13431421. OLE color: 13431421.

HSL color Cylindrical-coordinate representation of color #7DF2CC: hue angle of 160.51º degrees, saturation: 0.82, 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 #7DF2CC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 204 -
CMYK 0.48 0 0.16 0.05
HSL 160.51º 0.82% 0.72% -
HSV(B) 160.51º 0.48% 0.95% -
XYZ 51.11 72.22 68.37 -
YUV 202.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 125 242 204 0.48 0 0.16 0.05 160.51 0.82 0.72
Hex 7D F2 CC 30 0 10 5 A1 52 48
Octal 175 362 314 60 0 20 5 241 122 110
Binary 1111101 11110010 11001100 110000 0 10000 101 10100001 1010010 1001000

Color Harmonies of #7DF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2CC

Black with #7DF2CC

Text Example


Text Example

White with #7DF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,204); }

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

background-color css

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

 a { background-color: rgb(125,242,204); }

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

border-color css

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

 span { border-color: rgb(125,242,204); }

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