Html Css Color HEX #90EEDB Aquamarine

📋 copy color: '#90EEDB'

red 144 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #90EEDB

Tints of Aquamarine #90EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.6%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 23.96%
G = 39.6%
B = 36.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#90EEDB (or 0x90EEDB) is known color: Aquamarine. HEX triplet: 90, EE and DB. RGB value is (144,238,219). Sum of RGB (Red+Green+Blue) = 144+238+219=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEDB is #6F1124. Grayscale: #CFCFCF. Windows color (decimal): -7278885 or 14413456. OLE color: 14413456.

HSL color Cylindrical-coordinate representation of color #90EEDB: hue angle of 167.87º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEDB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 219 -
CMYK 0.39 0 0.08 0.07
HSL 167.87º 0.73% 0.75% -
HSV(B) 167.87º 0.39% 0.93% -
XYZ 54.86 72.19 78.06 -
YUV 207.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 144 238 219 0.39 0 0.08 0.07 167.87 0.73 0.75
Hex 90 EE DB 27 0 8 7 A8 49 4B
Octal 220 356 333 47 0 10 7 250 111 113
Binary 10010000 11101110 11011011 100111 0 1000 111 10101000 1001001 1001011

Color Harmonies of #90EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EEDB

Black with #90EEDB

Text Example


Text Example

White with #90EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,238,219); }

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

background-color css

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

 a { background-color: rgb(144,238,219); }

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

border-color css

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

 span { border-color: rgb(144,238,219); }

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