Html Css Color HEX #90F0CC Aquamarine

📋 copy color: '#90F0CC'

red 144 ◦ green 240 ◦ blue 204

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

Shades of Aquamarine #90F0CC

Tints of Aquamarine #90F0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.82%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 24.49%
G = 40.82%
B = 34.69%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#90F0CC (or 0x90F0CC) is known color: Aquamarine. HEX triplet: 90, F0 and CC. RGB value is (144,240,204). Sum of RGB (Red+Green+Blue) = 144+240+204=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #90F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F0CC is #6F0F33. Grayscale: #CFCFCF. Windows color (decimal): -7278388 or 13430928. OLE color: 13430928.

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

Color convert

RGB 144 240 204 -
CMYK 0.4 0 0.15 0.06
HSL 157.5º 0.76% 0.75% -
HSV(B) 157.5º 0.4% 0.94% -
XYZ 53.56 72.61 68.32 -
YUV 207.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 144 240 204 0.4 0 0.15 0.06 157.5 0.76 0.75
Hex 90 F0 CC 28 0 F 6 9E 4C 4B
Octal 220 360 314 50 0 17 6 236 114 113
Binary 10010000 11110000 11001100 101000 0 1111 110 10011110 1001100 1001011

Color Harmonies of #90F0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F0CC

Black with #90F0CC

Text Example


Text Example

White with #90F0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,240,204); }

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

background-color css

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

 a { background-color: rgb(144,240,204); }

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

border-color css

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

 span { border-color: rgb(144,240,204); }

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