Html Css Color HEX #7CF5CB Aquamarine

📋 copy color: '#7CF5CB'

red 124 ◦ green 245 ◦ blue 203

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

Shades of Aquamarine #7CF5CB

Tints of Aquamarine #7CF5CB

RGB

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

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

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

R = 21.68%
G = 42.83%
B = 35.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#7CF5CB (or 0x7CF5CB) is known color: Aquamarine. HEX triplet: 7C, F5 and CB. RGB value is (124,245,203). Sum of RGB (Red+Green+Blue) = 124+245+203=572 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.68% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5CB is #830A34. Grayscale: #CCCCCC. Windows color (decimal): -8587829 or 13366652. OLE color: 13366652.

HSL color Cylindrical-coordinate representation of color #7CF5CB: hue angle of 159.17º 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 #7CF5CB is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 245 203 -
CMYK 0.49 0 0.17 0.04
HSL 159.17º 0.86% 0.72% -
HSV(B) 159.17º 0.49% 0.96% -
XYZ 51.74 73.9 68.04 -
YUV 204.03 127.41 70.92 -
System Red Green Blue C M Y K H S L
Decimal 124 245 203 0.49 0 0.17 0.04 159.17 0.86 0.72
Hex 7C F5 CB 31 0 11 4 9F 56 48
Octal 174 365 313 61 0 21 4 237 126 110
Binary 1111100 11110101 11001011 110001 0 10001 100 10011111 1010110 1001000

Color Harmonies of #7CF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF5CB

Black with #7CF5CB

Text Example


Text Example

White with #7CF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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