Html Css Color HEX #7BEED2 Aquamarine

📋 copy color: '#7BEED2'

red 123 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #7BEED2

Tints of Aquamarine #7BEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 21.54%
G = 41.68%
B = 36.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#7BEED2 (or 0x7BEED2) is known color: Aquamarine. HEX triplet: 7B, EE and D2. RGB value is (123,238,210). Sum of RGB (Red+Green+Blue) = 123+238+210=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEED2 is #84112D. Grayscale: #C8C8C8. Windows color (decimal): -8655150 or 13823611. OLE color: 13823611.

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

Color convert

RGB 123 238 210 -
CMYK 0.48 0 0.12 0.07
HSL 165.39º 0.77% 0.71% -
HSV(B) 165.39º 0.48% 0.93% -
XYZ 50.38 70.01 71.83 -
YUV 200.42 133.4 72.78 -
System Red Green Blue C M Y K H S L
Decimal 123 238 210 0.48 0 0.12 0.07 165.39 0.77 0.71
Hex 7B EE D2 30 0 C 7 A5 4D 47
Octal 173 356 322 60 0 14 7 245 115 107
Binary 1111011 11101110 11010010 110000 0 1100 111 10100101 1001101 1000111

Color Harmonies of #7BEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEED2

Black with #7BEED2

Text Example


Text Example

White with #7BEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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