Html Css Color HEX #7BEED7 Aquamarine

📋 copy color: '#7BEED7'

red 123 ◦ green 238 ◦ blue 215

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

Shades of Aquamarine #7BEED7

Tints of Aquamarine #7BEED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 21.35%
G = 41.32%
B = 37.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#7BEED7 (or 0x7BEED7) is known color: Aquamarine. HEX triplet: 7B, EE and D7. RGB value is (123,238,215). Sum of RGB (Red+Green+Blue) = 123+238+215=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEED7 is #841128. Grayscale: #C8C8C8. Windows color (decimal): -8655145 or 14151291. OLE color: 14151291.

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

Color convert

RGB 123 238 215 -
CMYK 0.48 0 0.10 0.07
HSL 168º 0.77% 0.71% -
HSV(B) 168º 0.48% 0.93% -
XYZ 51.01 70.27 75.16 -
YUV 200.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 123 238 215 0.48 0 0.10 0.07 168 0.77 0.71
Hex 7B EE D7 30 0 A 7 A8 4D 47
Octal 173 356 327 60 0 12 7 250 115 107
Binary 1111011 11101110 11010111 110000 0 1010 111 10101000 1001101 1000111

Color Harmonies of #7BEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEED7

Black with #7BEED7

Text Example


Text Example

White with #7BEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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