Html Css Color HEX #90FAC1 Aquamarine

📋 copy color: '#90FAC1'

red 144 ◦ green 250 ◦ blue 193

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

Shades of Aquamarine #90FAC1

Tints of Aquamarine #90FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 24.53%
G = 42.59%
B = 32.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#90FAC1 (or 0x90FAC1) is known color: Aquamarine. HEX triplet: 90, FA and C1. RGB value is (144,250,193). Sum of RGB (Red+Green+Blue) = 144+250+193=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC1 is #6F053E. Grayscale: #D3D3D3. Windows color (decimal): -7275839 or 12712592. OLE color: 12712592.

HSL color Cylindrical-coordinate representation of color #90FAC1: hue angle of 147.74º 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 #90FAC1 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 193 -
CMYK 0.42 0 0.23 0.02
HSL 147.74º 0.91% 0.77% -
HSV(B) 147.74º 0.42% 0.98% -
XYZ 55.31 78.15 62.62 -
YUV 211.81 117.38 79.63 -
System Red Green Blue C M Y K H S L
Decimal 144 250 193 0.42 0 0.23 0.02 147.74 0.91 0.77
Hex 90 FA C1 2A 0 17 2 94 5B 4D
Octal 220 372 301 52 0 27 2 224 133 115
Binary 10010000 11111010 11000001 101010 0 10111 10 10010100 1011011 1001101

Color Harmonies of #90FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAC1

Black with #90FAC1

Text Example


Text Example

White with #90FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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