Html Css Color HEX #7BEEE0 Aquamarine

📋 copy color: '#7BEEE0'

red 123 ◦ green 238 ◦ blue 224

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

Shades of Aquamarine #7BEEE0

Tints of Aquamarine #7BEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 21.03%
G = 40.68%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7BEEE0 (or 0x7BEEE0) is known color: Aquamarine. HEX triplet: 7B, EE and E0. RGB value is (123,238,224). Sum of RGB (Red+Green+Blue) = 123+238+224=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEE0 is #84111F. Grayscale: #C9C9C9. Windows color (decimal): -8655136 or 14741115. OLE color: 14741115.

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

Color convert

RGB 123 238 224 -
CMYK 0.48 0 0.06 0.07
HSL 172.7º 0.77% 0.71% -
HSV(B) 172.7º 0.48% 0.93% -
XYZ 52.2 70.74 81.42 -
YUV 202.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 123 238 224 0.48 0 0.06 0.07 172.7 0.77 0.71
Hex 7B EE E0 30 0 6 7 AD 4D 47
Octal 173 356 340 60 0 6 7 255 115 107
Binary 1111011 11101110 11100000 110000 0 110 111 10101101 1001101 1000111

Color Harmonies of #7BEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEE0

Black with #7BEEE0

Text Example


Text Example

White with #7BEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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