Html Css Color HEX #90F9C2 Aquamarine

📋 copy color: '#90F9C2'

red 144 ◦ green 249 ◦ blue 194

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

Shades of Aquamarine #90F9C2

Tints of Aquamarine #90F9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 24.53%
G = 42.42%
B = 33.05%

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

#90F9C2 (or 0x90F9C2) is known color: Aquamarine. HEX triplet: 90, F9 and C2. RGB value is (144,249,194). Sum of RGB (Red+Green+Blue) = 144+249+194=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9C2 is #6F063D. Grayscale: #D3D3D3. Windows color (decimal): -7276094 or 12777872. OLE color: 12777872.

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

Color convert

RGB 144 249 194 -
CMYK 0.42 0 0.22 0.02
HSL 148.57º 0.9% 0.77% -
HSV(B) 148.57º 0.42% 0.98% -
XYZ 55.11 77.58 63.11 -
YUV 211.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 144 249 194 0.42 0 0.22 0.02 148.57 0.9 0.77
Hex 90 F9 C2 2A 0 16 2 95 5A 4D
Octal 220 371 302 52 0 26 2 225 132 115
Binary 10010000 11111001 11000010 101010 0 10110 10 10010101 1011010 1001101

Color Harmonies of #90F9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F9C2

Black with #90F9C2

Text Example


Text Example

White with #90F9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,249,194); }

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

background-color css

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

 a { background-color: rgb(144,249,194); }

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

border-color css

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

 span { border-color: rgb(144,249,194); }

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