Html Css Color HEX #90FDC6 Aquamarine

📋 copy color: '#90FDC6'

red 144 ◦ green 253 ◦ blue 198

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

Shades of Aquamarine #90FDC6

Tints of Aquamarine #90FDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 24.2%
G = 42.52%
B = 33.28%

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

#90FDC6 (or 0x90FDC6) is known color: Aquamarine. HEX triplet: 90, FD and C6. RGB value is (144,253,198). Sum of RGB (Red+Green+Blue) = 144+253+198=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FDC6 is #6F0239. Grayscale: #D6D6D6. Windows color (decimal): -7275066 or 13041040. OLE color: 13041040.

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

Color convert

RGB 144 253 198 -
CMYK 0.43 0 0.22 0.01
HSL 149.72º 0.96% 0.78% -
HSV(B) 149.72º 0.43% 0.99% -
XYZ 56.82 80.26 65.92 -
YUV 214.14 118.89 77.97 -
System Red Green Blue C M Y K H S L
Decimal 144 253 198 0.43 0 0.22 0.01 149.72 0.96 0.78
Hex 90 FD C6 2B 0 16 1 96 60 4E
Octal 220 375 306 53 0 26 1 226 140 116
Binary 10010000 11111101 11000110 101011 0 10110 1 10010110 1100000 1001110

Color Harmonies of #90FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDC6

Black with #90FDC6

Text Example


Text Example

White with #90FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,253,198); }

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

background-color css

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

 a { background-color: rgb(144,253,198); }

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

border-color css

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

 span { border-color: rgb(144,253,198); }

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