Html Css Color HEX #7CEBD2 Aquamarine

📋 copy color: '#7CEBD2'

red 124 ◦ green 235 ◦ blue 210

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

Shades of Aquamarine #7CEBD2

Tints of Aquamarine #7CEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.3%

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 21.79%
G = 41.3%
B = 36.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#7CEBD2 (or 0x7CEBD2) is known color: Aquamarine. HEX triplet: 7C, EB and D2. RGB value is (124,235,210). Sum of RGB (Red+Green+Blue) = 124+235+210=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBD2 is #83142D. Grayscale: #C6C6C6. Windows color (decimal): -8590382 or 13822844. OLE color: 13822844.

HSL color Cylindrical-coordinate representation of color #7CEBD2: hue angle of 166.49º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBD2 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 235 210 -
CMYK 0.47 0 0.11 0.08
HSL 166.49º 0.74% 0.7% -
HSV(B) 166.49º 0.47% 0.92% -
XYZ 49.65 68.35 71.55 -
YUV 198.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 124 235 210 0.47 0 0.11 0.08 166.49 0.74 0.7
Hex 7C EB D2 2F 0 B 8 A6 4A 46
Octal 174 353 322 57 0 13 10 246 112 106
Binary 1111100 11101011 11010010 101111 0 1011 1000 10100110 1001010 1000110

Color Harmonies of #7CEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEBD2

Black with #7CEBD2

Text Example


Text Example

White with #7CEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,235,210); }

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

background-color css

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

 a { background-color: rgb(124,235,210); }

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

border-color css

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

 span { border-color: rgb(124,235,210); }

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