Html Css Color HEX #7CEDDF Aquamarine

📋 copy color: '#7CEDDF'

red 124 ◦ green 237 ◦ blue 223

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

Shades of Aquamarine #7CEDDF

Tints of Aquamarine #7CEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 21.23%
G = 40.58%
B = 38.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7CEDDF (or 0x7CEDDF) is known color: Aquamarine. HEX triplet: 7C, ED and DF. RGB value is (124,237,223). Sum of RGB (Red+Green+Blue) = 124+237+223=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDDF is #831220. Grayscale: #C9C9C9. Windows color (decimal): -8589857 or 14675324. OLE color: 14675324.

HSL color Cylindrical-coordinate representation of color #7CEDDF: hue angle of 172.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDDF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 237 223 -
CMYK 0.48 0 0.06 0.07
HSL 172.57º 0.76% 0.71% -
HSV(B) 172.57º 0.48% 0.93% -
XYZ 51.92 70.18 80.62 -
YUV 201.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 124 237 223 0.48 0 0.06 0.07 172.57 0.76 0.71
Hex 7C ED DF 30 0 6 7 AD 4C 47
Octal 174 355 337 60 0 6 7 255 114 107
Binary 1111100 11101101 11011111 110000 0 110 111 10101101 1001100 1000111

Color Harmonies of #7CEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEDDF

Black with #7CEDDF

Text Example


Text Example

White with #7CEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,237,223); }

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

background-color css

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

 a { background-color: rgb(124,237,223); }

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

border-color css

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

 span { border-color: rgb(124,237,223); }

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