Html Css Color HEX #7BEADB Aquamarine

📋 copy color: '#7BEADB'

red 123 ◦ green 234 ◦ blue 219

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

Shades of Aquamarine #7BEADB

Tints of Aquamarine #7BEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

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

R = 21.35%
G = 40.63%
B = 38.02%

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

#7BEADB (or 0x7BEADB) is known color: Aquamarine. HEX triplet: 7B, EA and DB. RGB value is (123,234,219). Sum of RGB (Red+Green+Blue) = 123+234+219=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEADB is #841524. Grayscale: #C7C7C7. Windows color (decimal): -8656165 or 14412411. OLE color: 14412411.

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

Color convert

RGB 123 234 219 -
CMYK 0.47 0 0.06 0.08
HSL 171.89º 0.73% 0.7% -
HSV(B) 171.89º 0.47% 0.92% -
XYZ 50.38 68.17 77.52 -
YUV 199.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 123 234 219 0.47 0 0.06 0.08 171.89 0.73 0.7
Hex 7B EA DB 2F 0 6 8 AC 49 46
Octal 173 352 333 57 0 6 10 254 111 106
Binary 1111011 11101010 11011011 101111 0 110 1000 10101100 1001001 1000110

Color Harmonies of #7BEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEADB

Black with #7BEADB

Text Example


Text Example

White with #7BEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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