Html Css Color HEX #90F5CC Aquamarine

📋 copy color: '#90F5CC'

red 144 ◦ green 245 ◦ blue 204

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

Shades of Aquamarine #90F5CC

Tints of Aquamarine #90F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.32%

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

R = 24.28%
G = 41.32%
B = 34.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#90F5CC (or 0x90F5CC) is known color: Aquamarine. HEX triplet: 90, F5 and CC. RGB value is (144,245,204). Sum of RGB (Red+Green+Blue) = 144+245+204=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F5CC is #6F0A33. Grayscale: #D2D2D2. Windows color (decimal): -7277108 or 13432208. OLE color: 13432208.

HSL color Cylindrical-coordinate representation of color #90F5CC: hue angle of 155.64º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F5CC is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 245 204 -
CMYK 0.41 0 0.17 0.04
HSL 155.64º 0.83% 0.76% -
HSV(B) 155.64º 0.41% 0.96% -
XYZ 55.05 75.59 68.82 -
YUV 210.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 144 245 204 0.41 0 0.17 0.04 155.64 0.83 0.76
Hex 90 F5 CC 29 0 11 4 9C 53 4C
Octal 220 365 314 51 0 21 4 234 123 114
Binary 10010000 11110101 11001100 101001 0 10001 100 10011100 1010011 1001100

Color Harmonies of #90F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F5CC

Black with #90F5CC

Text Example


Text Example

White with #90F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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