Html Css Color HEX #7BEEDB Aquamarine

📋 copy color: '#7BEEDB'

red 123 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #7BEEDB

Tints of Aquamarine #7BEEDB

RGB

 RED value IS 123 (48.44% from 255) = 21.21%

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 21.21%
G = 41.03%
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

#7BEEDB (or 0x7BEEDB) is known color: Aquamarine. HEX triplet: 7B, EE and DB. RGB value is (123,238,219). Sum of RGB (Red+Green+Blue) = 123+238+219=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEDB is #841124. Grayscale: #C9C9C9. Windows color (decimal): -8655141 or 14413435. OLE color: 14413435.

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

Color convert

RGB 123 238 219 -
CMYK 0.48 0 0.08 0.07
HSL 170.09º 0.77% 0.71% -
HSV(B) 170.09º 0.48% 0.93% -
XYZ 51.53 70.47 77.9 -
YUV 201.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 123 238 219 0.48 0 0.08 0.07 170.09 0.77 0.71
Hex 7B EE DB 30 0 8 7 AA 4D 47
Octal 173 356 333 60 0 10 7 252 115 107
Binary 1111011 11101110 11011011 110000 0 1000 111 10101010 1001101 1000111

Color Harmonies of #7BEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEDB

Black with #7BEEDB

Text Example


Text Example

White with #7BEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,238,219); }

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

background-color css

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

 a { background-color: rgb(123,238,219); }

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

border-color css

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

 span { border-color: rgb(123,238,219); }

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