Html Css Color HEX #90F5CF Aquamarine

📋 copy color: '#90F5CF'

red 144 ◦ green 245 ◦ blue 207

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

Shades of Aquamarine #90F5CF

Tints of Aquamarine #90F5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 24.16%
G = 41.11%
B = 34.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#90F5CF (or 0x90F5CF) is known color: Aquamarine. HEX triplet: 90, F5 and CF. RGB value is (144,245,207). Sum of RGB (Red+Green+Blue) = 144+245+207=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F5CF is #6F0A30. Grayscale: #D2D2D2. Windows color (decimal): -7277105 or 13628816. OLE color: 13628816.

HSL color Cylindrical-coordinate representation of color #90F5CF: hue angle of 157.43º 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 #90F5CF is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 245 207 -
CMYK 0.41 0 0.16 0.04
HSL 157.43º 0.83% 0.76% -
HSV(B) 157.43º 0.41% 0.96% -
XYZ 55.42 75.74 70.73 -
YUV 210.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 144 245 207 0.41 0 0.16 0.04 157.43 0.83 0.76
Hex 90 F5 CF 29 0 10 4 9D 53 4C
Octal 220 365 317 51 0 20 4 235 123 114
Binary 10010000 11110101 11001111 101001 0 10000 100 10011101 1010011 1001100

Color Harmonies of #90F5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F5CF

Black with #90F5CF

Text Example


Text Example

White with #90F5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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