Html Css Color HEX #7BFDDB Aquamarine

📋 copy color: '#7BFDDB'

red 123 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #7BFDDB

Tints of Aquamarine #7BFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 20.67%
G = 42.52%
B = 36.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7BFDDB (or 0x7BFDDB) is known color: Aquamarine. HEX triplet: 7B, FD and DB. RGB value is (123,253,219). Sum of RGB (Red+Green+Blue) = 123+253+219=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDDB is #840224. Grayscale: #D2D2D2. Windows color (decimal): -8651301 or 14417275. OLE color: 14417275.

HSL color Cylindrical-coordinate representation of color #7BFDDB: hue angle of 164.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 253 219 -
CMYK 0.51 0 0.13 0.01
HSL 164.31º 0.97% 0.74% -
HSV(B) 164.31º 0.51% 0.99% -
XYZ 56.08 79.58 79.42 -
YUV 210.25 132.93 65.76 -
System Red Green Blue C M Y K H S L
Decimal 123 253 219 0.51 0 0.13 0.01 164.31 0.97 0.74
Hex 7B FD DB 33 0 D 1 A4 61 4A
Octal 173 375 333 63 0 15 1 244 141 112
Binary 1111011 11111101 11011011 110011 0 1101 1 10100100 1100001 1001010

Color Harmonies of #7BFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFDDB

Black with #7BFDDB

Text Example


Text Example

White with #7BFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,253,219); }

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

background-color css

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

 a { background-color: rgb(123,253,219); }

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

border-color css

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

 span { border-color: rgb(123,253,219); }

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