Html Css Color HEX #90F2AE Vista Blue

📋 copy color: '#90F2AE'

red 144 ◦ green 242 ◦ blue 174

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

Shades of Vista Blue #90F2AE

Tints of Vista Blue #90F2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 174 (68.36% from 255) = 31.07%

R = 25.71%
G = 43.21%
B = 31.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#90F2AE (or 0x90F2AE) is known color: Vista Blue. HEX triplet: 90, F2 and AE. RGB value is (144,242,174). Sum of RGB (Red+Green+Blue) = 144+242+174=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F2AE is #6F0D51. Grayscale: #CDCDCD. Windows color (decimal): -7277906 or 11465360. OLE color: 11465360.

HSL color Cylindrical-coordinate representation of color #90F2AE: hue angle of 138.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2AE is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 242 174 -
CMYK 0.40 0 0.28 0.05
HSL 138.37º 0.79% 0.76% -
HSV(B) 138.37º 0.4% 0.95% -
XYZ 50.89 72.49 51.35 -
YUV 204.95 110.53 84.53 -
System Red Green Blue C M Y K H S L
Decimal 144 242 174 0.40 0 0.28 0.05 138.37 0.79 0.76
Hex 90 F2 AE 28 0 1C 5 8A 4F 4C
Octal 220 362 256 50 0 34 5 212 117 114
Binary 10010000 11110010 10101110 101000 0 11100 101 10001010 1001111 1001100

Color Harmonies of #90F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F2AE

Black with #90F2AE

Text Example


Text Example

White with #90F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,242,174); }

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

background-color css

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

 a { background-color: rgb(144,242,174); }

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

border-color css

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

 span { border-color: rgb(144,242,174); }

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