Html Css Color HEX #90FECF Aquamarine

📋 copy color: '#90FECF'

red 144 ◦ green 254 ◦ blue 207

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

Shades of Aquamarine #90FECF

Tints of Aquamarine #90FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.98%

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 23.8%
G = 41.98%
B = 34.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#90FECF (or 0x90FECF) is known color: Aquamarine. HEX triplet: 90, FE and CF. RGB value is (144,254,207). Sum of RGB (Red+Green+Blue) = 144+254+207=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #90FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FECF is #6F0130. Grayscale: #D7D7D7. Windows color (decimal): -7274801 or 13631120. OLE color: 13631120.

HSL color Cylindrical-coordinate representation of color #90FECF: hue angle of 154.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FECF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 254 207 -
CMYK 0.43 0 0.19 0.00
HSL 154.36º 0.98% 0.78% -
HSV(B) 154.36º 0.43% 1% -
XYZ 58.21 81.32 71.66 -
YUV 215.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 144 254 207 0.43 0 0.19 0.00 154.36 0.98 0.78
Hex 90 FE CF 2B 0 13 0 9A 62 4E
Octal 220 376 317 53 0 23 0 232 142 116
Binary 10010000 11111110 11001111 101011 0 10011 0 10011010 1100010 1001110

Color Harmonies of #90FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FECF

Black with #90FECF

Text Example


Text Example

White with #90FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,254,207); }

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

background-color css

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

 a { background-color: rgb(144,254,207); }

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

border-color css

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

 span { border-color: rgb(144,254,207); }

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