Html Css Color HEX #90FCC5 Aquamarine

📋 copy color: '#90FCC5'

red 144 ◦ green 252 ◦ blue 197

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

Shades of Aquamarine #90FCC5

Tints of Aquamarine #90FCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 24.28%
G = 42.5%
B = 33.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#90FCC5 (or 0x90FCC5) is known color: Aquamarine. HEX triplet: 90, FC and C5. RGB value is (144,252,197). Sum of RGB (Red+Green+Blue) = 144+252+197=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCC5 is #6F033A. Grayscale: #D5D5D5. Windows color (decimal): -7275323 or 12975248. OLE color: 12975248.

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

Color convert

RGB 144 252 197 -
CMYK 0.43 0 0.22 0.01
HSL 149.44º 0.95% 0.78% -
HSV(B) 149.44º 0.43% 0.99% -
XYZ 56.39 79.58 65.21 -
YUV 213.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 144 252 197 0.43 0 0.22 0.01 149.44 0.95 0.78
Hex 90 FC C5 2B 0 16 1 95 5F 4E
Octal 220 374 305 53 0 26 1 225 137 116
Binary 10010000 11111100 11000101 101011 0 10110 1 10010101 1011111 1001110

Color Harmonies of #90FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FCC5

Black with #90FCC5

Text Example


Text Example

White with #90FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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