Html Css Color HEX #90ECA5 Chinook

📋 copy color: '#90ECA5'

red 144 ◦ green 236 ◦ blue 165

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

Shades of Chinook #90ECA5

Tints of Chinook #90ECA5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 165 (64.84% from 255) = 30.28%

R = 26.42%
G = 43.3%
B = 30.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#90ECA5 (or 0x90ECA5) is known color: Chinook. HEX triplet: 90, EC and A5. RGB value is (144,236,165). Sum of RGB (Red+Green+Blue) = 144+236+165=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECA5 is #6F135A. Grayscale: #C8C8C8. Windows color (decimal): -7279451 or 10874000. OLE color: 10874000.

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

Color convert

RGB 144 236 165 -
CMYK 0.39 0 0.30 0.07
HSL 133.7º 0.71% 0.75% -
HSV(B) 133.7º 0.39% 0.93% -
XYZ 48.29 68.64 46.3 -
YUV 200.4 108.02 87.77 -
System Red Green Blue C M Y K H S L
Decimal 144 236 165 0.39 0 0.30 0.07 133.7 0.71 0.75
Hex 90 EC A5 27 0 1E 7 86 47 4B
Octal 220 354 245 47 0 36 7 206 107 113
Binary 10010000 11101100 10100101 100111 0 11110 111 10000110 1000111 1001011

Color Harmonies of #90ECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ECA5

Black with #90ECA5

Text Example


Text Example

White with #90ECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,236,165); }

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

background-color css

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

 a { background-color: rgb(144,236,165); }

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

border-color css

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

 span { border-color: rgb(144,236,165); }

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