Html Css Color HEX #90EFD6 Aquamarine

📋 copy color: '#90EFD6'

red 144 ◦ green 239 ◦ blue 214

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

Shades of Aquamarine #90EFD6

Tints of Aquamarine #90EFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 24.12%
G = 40.03%
B = 35.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#90EFD6 (or 0x90EFD6) is known color: Aquamarine. HEX triplet: 90, EF and D6. RGB value is (144,239,214). Sum of RGB (Red+Green+Blue) = 144+239+214=597 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.12% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD6 is #6F1029. Grayscale: #CFCFCF. Windows color (decimal): -7278634 or 14086032. OLE color: 14086032.

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

Color convert

RGB 144 239 214 -
CMYK 0.40 0 0.10 0.06
HSL 164.21º 0.75% 0.75% -
HSV(B) 164.21º 0.4% 0.94% -
XYZ 54.51 72.52 74.74 -
YUV 207.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 144 239 214 0.40 0 0.10 0.06 164.21 0.75 0.75
Hex 90 EF D6 28 0 A 6 A4 4B 4B
Octal 220 357 326 50 0 12 6 244 113 113
Binary 10010000 11101111 11010110 101000 0 1010 110 10100100 1001011 1001011

Color Harmonies of #90EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFD6

Black with #90EFD6

Text Example


Text Example

White with #90EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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