Html Css Color HEX #96FBDB Aquamarine

📋 copy color: '#96FBDB'

red 150 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #96FBDB

Tints of Aquamarine #96FBDB

RGB

 RED value IS 150 (58.98% from 255) = 24.19%

 GREEN value IS 251 (98.44% from 255) = 40.48%

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

R = 24.19%
G = 40.48%
B = 35.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#96FBDB (or 0x96FBDB) is known color: Aquamarine. HEX triplet: 96, FB and DB. RGB value is (150,251,219). Sum of RGB (Red+Green+Blue) = 150+251+219=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBDB is #690424. Grayscale: #D9D9D9. Windows color (decimal): -6882341 or 14416790. OLE color: 14416790.

HSL color Cylindrical-coordinate representation of color #96FBDB: hue angle of 160.99º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBDB is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 219 -
CMYK 0.40 0 0.13 0.02
HSL 160.99º 0.93% 0.79% -
HSV(B) 160.99º 0.4% 0.98% -
XYZ 59.86 80.59 79.42 -
YUV 217.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 150 251 219 0.40 0 0.13 0.02 160.99 0.93 0.79
Hex 96 FB DB 28 0 D 2 A1 5D 4F
Octal 226 373 333 50 0 15 2 241 135 117
Binary 10010110 11111011 11011011 101000 0 1101 10 10100001 1011101 1001111

Color Harmonies of #96FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBDB

Black with #96FBDB

Text Example


Text Example

White with #96FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FBDB; }

 p { color: rgb(150,251,219); }

 H1.HeaderClassName
 {
   color: #96FBDB;
 }
 .AnyTagClassName
 {
   color: #96FBDB;
 }
</style>

background-color css

<style>
 a { background-color: #96FBDB; }

 a { background-color: rgb(150,251,219); }

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

border-color css

<style>
 span { border-color: #96FBDB; }

 span { border-color: rgb(150,251,219); }

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