Html Css Color HEX #90FCC2 Aquamarine

📋 copy color: '#90FCC2'

red 144 ◦ green 252 ◦ blue 194

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

Shades of Aquamarine #90FCC2

Tints of Aquamarine #90FCC2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.71%

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

R = 24.41%
G = 42.71%
B = 32.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#90FCC2 (or 0x90FCC2) is known color: Aquamarine. HEX triplet: 90, FC and C2. RGB value is (144,252,194). Sum of RGB (Red+Green+Blue) = 144+252+194=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCC2 is #6F033D. Grayscale: #D5D5D5. Windows color (decimal): -7275326 or 12778640. OLE color: 12778640.

HSL color Cylindrical-coordinate representation of color #90FCC2: hue angle of 147.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCC2 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 252 194 -
CMYK 0.43 0 0.23 0.01
HSL 147.78º 0.95% 0.78% -
HSV(B) 147.78º 0.43% 0.99% -
XYZ 56.05 79.45 63.42 -
YUV 213.1 117.22 78.72 -
System Red Green Blue C M Y K H S L
Decimal 144 252 194 0.43 0 0.23 0.01 147.78 0.95 0.78
Hex 90 FC C2 2B 0 17 1 94 5F 4E
Octal 220 374 302 53 0 27 1 224 137 116
Binary 10010000 11111100 11000010 101011 0 10111 1 10010100 1011111 1001110

Color Harmonies of #90FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FCC2

Black with #90FCC2

Text Example


Text Example

White with #90FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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