Html Css Color HEX #7CEBDD Aquamarine

📋 copy color: '#7CEBDD'

red 124 ◦ green 235 ◦ blue 221

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

Shades of Aquamarine #7CEBDD

Tints of Aquamarine #7CEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 21.38%
G = 40.52%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7CEBDD (or 0x7CEBDD) is known color: Aquamarine. HEX triplet: 7C, EB and DD. RGB value is (124,235,221). Sum of RGB (Red+Green+Blue) = 124+235+221=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBDD is #831422. Grayscale: #C8C8C8. Windows color (decimal): -8590371 or 14543740. OLE color: 14543740.

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

Color convert

RGB 124 235 221 -
CMYK 0.47 0 0.06 0.08
HSL 172.43º 0.74% 0.7% -
HSV(B) 172.43º 0.47% 0.92% -
XYZ 51.07 68.92 79.02 -
YUV 200.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 124 235 221 0.47 0 0.06 0.08 172.43 0.74 0.7
Hex 7C EB DD 2F 0 6 8 AC 4A 46
Octal 174 353 335 57 0 6 10 254 112 106
Binary 1111100 11101011 11011101 101111 0 110 1000 10101100 1001010 1000110

Color Harmonies of #7CEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEBDD

Black with #7CEBDD

Text Example


Text Example

White with #7CEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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