Html Css Color HEX #7CEDDB Aquamarine

📋 copy color: '#7CEDDB'

red 124 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #7CEDDB

Tints of Aquamarine #7CEDDB

RGB

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

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

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

R = 21.38%
G = 40.86%
B = 37.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7CEDDB (or 0x7CEDDB) is known color: Aquamarine. HEX triplet: 7C, ED and DB. RGB value is (124,237,219). Sum of RGB (Red+Green+Blue) = 124+237+219=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDDB is #831224. Grayscale: #C9C9C9. Windows color (decimal): -8589861 or 14413180. OLE color: 14413180.

HSL color Cylindrical-coordinate representation of color #7CEDDB: hue angle of 170.44º 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 #7CEDDB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 237 219 -
CMYK 0.48 0 0.08 0.07
HSL 170.44º 0.76% 0.71% -
HSV(B) 170.44º 0.48% 0.93% -
XYZ 51.38 69.97 77.81 -
YUV 201.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 124 237 219 0.48 0 0.08 0.07 170.44 0.76 0.71
Hex 7C ED DB 30 0 8 7 AA 4C 47
Octal 174 355 333 60 0 10 7 252 114 107
Binary 1111100 11101101 11011011 110000 0 1000 111 10101010 1001100 1000111

Color Harmonies of #7CEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEDDB

Black with #7CEDDB

Text Example


Text Example

White with #7CEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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