Html Css Color HEX #7BEADA Aquamarine

📋 copy color: '#7BEADA'

red 123 ◦ green 234 ◦ blue 218

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

Shades of Aquamarine #7BEADA

Tints of Aquamarine #7BEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 21.39%
G = 40.7%
B = 37.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#7BEADA (or 0x7BEADA) is known color: Aquamarine. HEX triplet: 7B, EA and DA. RGB value is (123,234,218). Sum of RGB (Red+Green+Blue) = 123+234+218=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEADA is #841525. Grayscale: #C6C6C6. Windows color (decimal): -8656166 or 14346875. OLE color: 14346875.

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

Color convert

RGB 123 234 218 -
CMYK 0.47 0 0.07 0.08
HSL 171.35º 0.73% 0.7% -
HSV(B) 171.35º 0.47% 0.92% -
XYZ 50.25 68.12 76.83 -
YUV 198.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 123 234 218 0.47 0 0.07 0.08 171.35 0.73 0.7
Hex 7B EA DA 2F 0 7 8 AB 49 46
Octal 173 352 332 57 0 7 10 253 111 106
Binary 1111011 11101010 11011010 101111 0 111 1000 10101011 1001001 1000110

Color Harmonies of #7BEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEADA

Black with #7BEADA

Text Example


Text Example

White with #7BEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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