Html Css Color HEX #90EDDB Aquamarine

📋 copy color: '#90EDDB'

red 144 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #90EDDB

Tints of Aquamarine #90EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

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

R = 24%
G = 39.5%
B = 36.5%

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

#90EDDB (or 0x90EDDB) is known color: Aquamarine. HEX triplet: 90, ED and DB. RGB value is (144,237,219). Sum of RGB (Red+Green+Blue) = 144+237+219=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDDB is #6F1224. Grayscale: #CFCFCF. Windows color (decimal): -7279141 or 14413200. OLE color: 14413200.

HSL color Cylindrical-coordinate representation of color #90EDDB: hue angle of 168.39º degrees, saturation: 0.72, 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 #90EDDB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 237 219 -
CMYK 0.39 0 0.08 0.07
HSL 168.39º 0.72% 0.75% -
HSV(B) 168.39º 0.39% 0.93% -
XYZ 54.57 71.61 77.96 -
YUV 207.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 144 237 219 0.39 0 0.08 0.07 168.39 0.72 0.75
Hex 90 ED DB 27 0 8 7 A8 48 4B
Octal 220 355 333 47 0 10 7 250 110 113
Binary 10010000 11101101 11011011 100111 0 1000 111 10101000 1001000 1001011

Color Harmonies of #90EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDDB

Black with #90EDDB

Text Example


Text Example

White with #90EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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