Html Css Color HEX #7BECDA Aquamarine

📋 copy color: '#7BECDA'

red 123 ◦ green 236 ◦ blue 218

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

Shades of Aquamarine #7BECDA

Tints of Aquamarine #7BECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.9%

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

R = 21.32%
G = 40.9%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7BECDA (or 0x7BECDA) is known color: Aquamarine. HEX triplet: 7B, EC and DA. RGB value is (123,236,218). Sum of RGB (Red+Green+Blue) = 123+236+218=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECDA is #841325. Grayscale: #C8C8C8. Windows color (decimal): -8655654 or 14347387. OLE color: 14347387.

HSL color Cylindrical-coordinate representation of color #7BECDA: hue angle of 170.44º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECDA is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 236 218 -
CMYK 0.48 0 0.08 0.07
HSL 170.44º 0.75% 0.7% -
HSV(B) 170.44º 0.48% 0.93% -
XYZ 50.82 69.26 77.02 -
YUV 200.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 123 236 218 0.48 0 0.08 0.07 170.44 0.75 0.7
Hex 7B EC DA 30 0 8 7 AA 4B 46
Octal 173 354 332 60 0 10 7 252 113 106
Binary 1111011 11101100 11011010 110000 0 1000 111 10101010 1001011 1000110

Color Harmonies of #7BECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECDA

Black with #7BECDA

Text Example


Text Example

White with #7BECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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