Html Css Color HEX #90EFE0 Aquamarine

📋 copy color: '#90EFE0'

red 144 ◦ green 239 ◦ blue 224

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

Shades of Aquamarine #90EFE0

Tints of Aquamarine #90EFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.37%

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 23.72%
G = 39.37%
B = 36.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#90EFE0 (or 0x90EFE0) is known color: Aquamarine. HEX triplet: 90, EF and E0. RGB value is (144,239,224). Sum of RGB (Red+Green+Blue) = 144+239+224=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFE0 is #6F101F. Grayscale: #D0D0D0. Windows color (decimal): -7278624 or 14741392. OLE color: 14741392.

HSL color Cylindrical-coordinate representation of color #90EFE0: hue angle of 170.53º degrees, saturation: 0.75, 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 #90EFE0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 224 -
CMYK 0.40 0 0.06 0.06
HSL 170.53º 0.75% 0.75% -
HSV(B) 170.53º 0.4% 0.94% -
XYZ 55.82 73.04 81.68 -
YUV 208.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 144 239 224 0.40 0 0.06 0.06 170.53 0.75 0.75
Hex 90 EF E0 28 0 6 6 AB 4B 4B
Octal 220 357 340 50 0 6 6 253 113 113
Binary 10010000 11101111 11100000 101000 0 110 110 10101011 1001011 1001011

Color Harmonies of #90EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFE0

Black with #90EFE0

Text Example


Text Example

White with #90EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,239,224); }

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

background-color css

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

 a { background-color: rgb(144,239,224); }

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

border-color css

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

 span { border-color: rgb(144,239,224); }

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