Html Css Color HEX #90F0CA Aquamarine

📋 copy color: '#90F0CA'

red 144 ◦ green 240 ◦ blue 202

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

Shades of Aquamarine #90F0CA

Tints of Aquamarine #90F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.96%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 24.57%
G = 40.96%
B = 34.47%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#90F0CA (or 0x90F0CA) is known color: Aquamarine. HEX triplet: 90, F0 and CA. RGB value is (144,240,202). Sum of RGB (Red+Green+Blue) = 144+240+202=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #90F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F0CA is #6F0F35. Grayscale: #CFCFCF. Windows color (decimal): -7278390 or 13299856. OLE color: 13299856.

HSL color Cylindrical-coordinate representation of color #90F0CA: hue angle of 156.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F0CA is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 240 202 -
CMYK 0.4 0 0.16 0.06
HSL 156.25º 0.76% 0.75% -
HSV(B) 156.25º 0.4% 0.94% -
XYZ 53.32 72.51 67.06 -
YUV 206.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 144 240 202 0.4 0 0.16 0.06 156.25 0.76 0.75
Hex 90 F0 CA 28 0 10 6 9C 4C 4B
Octal 220 360 312 50 0 20 6 234 114 113
Binary 10010000 11110000 11001010 101000 0 10000 110 10011100 1001100 1001011

Color Harmonies of #90F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F0CA

Black with #90F0CA

Text Example


Text Example

White with #90F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,240,202); }

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

background-color css

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

 a { background-color: rgb(144,240,202); }

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

border-color css

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

 span { border-color: rgb(144,240,202); }

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