Html Css Color HEX #90EDDF Aquamarine

📋 copy color: '#90EDDF'

red 144 ◦ green 237 ◦ blue 223

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

Shades of Aquamarine #90EDDF

Tints of Aquamarine #90EDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 23.84%
G = 39.24%
B = 36.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#90EDDF (or 0x90EDDF) is known color: Aquamarine. HEX triplet: 90, ED and DF. RGB value is (144,237,223). Sum of RGB (Red+Green+Blue) = 144+237+223=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDDF is #6F1220. Grayscale: #CFCFCF. Windows color (decimal): -7279137 or 14675344. OLE color: 14675344.

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

Color convert

RGB 144 237 223 -
CMYK 0.39 0 0.06 0.07
HSL 170.97º 0.72% 0.75% -
HSV(B) 170.97º 0.39% 0.93% -
XYZ 55.11 71.83 80.77 -
YUV 207.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 144 237 223 0.39 0 0.06 0.07 170.97 0.72 0.75
Hex 90 ED DF 27 0 6 7 AB 48 4B
Octal 220 355 337 47 0 6 7 253 110 113
Binary 10010000 11101101 11011111 100111 0 110 111 10101011 1001000 1001011

Color Harmonies of #90EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDDF

Black with #90EDDF

Text Example


Text Example

White with #90EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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