Html Css Color HEX #90FAC4 Aquamarine

📋 copy color: '#90FAC4'

red 144 ◦ green 250 ◦ blue 196

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

Shades of Aquamarine #90FAC4

Tints of Aquamarine #90FAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.22%

R = 24.41%
G = 42.37%
B = 33.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#90FAC4 (or 0x90FAC4) is known color: Aquamarine. HEX triplet: 90, FA and C4. RGB value is (144,250,196). Sum of RGB (Red+Green+Blue) = 144+250+196=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC4 is #6F053B. Grayscale: #D4D4D4. Windows color (decimal): -7275836 or 12909200. OLE color: 12909200.

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

Color convert

RGB 144 250 196 -
CMYK 0.42 0 0.22 0.02
HSL 149.43º 0.91% 0.77% -
HSV(B) 149.43º 0.42% 0.98% -
XYZ 55.65 78.29 64.4 -
YUV 212.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 144 250 196 0.42 0 0.22 0.02 149.43 0.91 0.77
Hex 90 FA C4 2A 0 16 2 95 5B 4D
Octal 220 372 304 52 0 26 2 225 133 115
Binary 10010000 11111010 11000100 101010 0 10110 10 10010101 1011011 1001101

Color Harmonies of #90FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAC4

Black with #90FAC4

Text Example


Text Example

White with #90FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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