Html Css Color HEX #7CF1DB Aquamarine

📋 copy color: '#7CF1DB'

red 124 ◦ green 241 ◦ blue 219

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

Shades of Aquamarine #7CF1DB

Tints of Aquamarine #7CF1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 21.23%
G = 41.27%
B = 37.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#7CF1DB (or 0x7CF1DB) is known color: Aquamarine. HEX triplet: 7C, F1 and DB. RGB value is (124,241,219). Sum of RGB (Red+Green+Blue) = 124+241+219=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1DB is #830E24. Grayscale: #CBCBCB. Windows color (decimal): -8588837 or 14414204. OLE color: 14414204.

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

Color convert

RGB 124 241 219 -
CMYK 0.49 0 0.09 0.05
HSL 168.72º 0.81% 0.72% -
HSV(B) 168.72º 0.49% 0.95% -
XYZ 52.55 72.31 78.21 -
YUV 203.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 124 241 219 0.49 0 0.09 0.05 168.72 0.81 0.72
Hex 7C F1 DB 31 0 9 5 A9 51 48
Octal 174 361 333 61 0 11 5 251 121 110
Binary 1111100 11110001 11011011 110001 0 1001 101 10101001 1010001 1001000

Color Harmonies of #7CF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF1DB

Black with #7CF1DB

Text Example


Text Example

White with #7CF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,241,219); }

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

background-color css

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

 a { background-color: rgb(124,241,219); }

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

border-color css

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

 span { border-color: rgb(124,241,219); }

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