Html Css Color HEX #90FDEB Aquamarine

📋 copy color: '#90FDEB'

red 144 ◦ green 253 ◦ blue 235

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

Shades of Aquamarine #90FDEB

Tints of Aquamarine #90FDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 22.78%
G = 40.03%
B = 37.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#90FDEB (or 0x90FDEB) is known color: Aquamarine. HEX triplet: 90, FD and EB. RGB value is (144,253,235). Sum of RGB (Red+Green+Blue) = 144+253+235=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FDEB is #6F0214. Grayscale: #DADADA. Windows color (decimal): -7275029 or 15465872. OLE color: 15465872.

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

Color convert

RGB 144 253 235 -
CMYK 0.43 0 0.07 0.01
HSL 170.09º 0.96% 0.78% -
HSV(B) 170.09º 0.43% 0.99% -
XYZ 61.62 82.18 91.21 -
YUV 218.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 144 253 235 0.43 0 0.07 0.01 170.09 0.96 0.78
Hex 90 FD EB 2B 0 7 1 AA 60 4E
Octal 220 375 353 53 0 7 1 252 140 116
Binary 10010000 11111101 11101011 101011 0 111 1 10101010 1100000 1001110

Color Harmonies of #90FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FDEB

Black with #90FDEB

Text Example


Text Example

White with #90FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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