Html Css Color HEX #90FADB Aquamarine

📋 copy color: '#90FADB'

red 144 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #90FADB

Tints of Aquamarine #90FADB

RGB

 RED value IS 144 (56.64% from 255) = 23.49%

 GREEN value IS 250 (98.05% from 255) = 40.78%

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

R = 23.49%
G = 40.78%
B = 35.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#90FADB (or 0x90FADB) is known color: Aquamarine. HEX triplet: 90, FA and DB. RGB value is (144,250,219). Sum of RGB (Red+Green+Blue) = 144+250+219=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADB is #6F0524. Grayscale: #D6D6D6. Windows color (decimal): -7275813 or 14416528. OLE color: 14416528.

HSL color Cylindrical-coordinate representation of color #90FADB: hue angle of 162.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FADB is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 219 -
CMYK 0.42 0 0.12 0.02
HSL 162.45º 0.91% 0.77% -
HSV(B) 162.45º 0.42% 0.98% -
XYZ 58.47 79.41 79.26 -
YUV 214.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 144 250 219 0.42 0 0.12 0.02 162.45 0.91 0.77
Hex 90 FA DB 2A 0 C 2 A2 5B 4D
Octal 220 372 333 52 0 14 2 242 133 115
Binary 10010000 11111010 11011011 101010 0 1100 10 10100010 1011011 1001101

Color Harmonies of #90FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FADB

Black with #90FADB

Text Example


Text Example

White with #90FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90FADB; }

 p { color: rgb(144,250,219); }

 H1.HeaderClassName
 {
   color: #90FADB;
 }
 .AnyTagClassName
 {
   color: #90FADB;
 }
</style>

background-color css

<style>
 a { background-color: #90FADB; }

 a { background-color: rgb(144,250,219); }

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

border-color css

<style>
 span { border-color: #90FADB; }

 span { border-color: rgb(144,250,219); }

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