Html Css Color HEX #90BEAA Skeptic

📋 copy color: '#90BEAA'

red 144 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #90BEAA

Tints of Skeptic #90BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 28.57%
G = 37.7%
B = 33.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#90BEAA (or 0x90BEAA) is known color: Skeptic. HEX triplet: 90, BE and AA. RGB value is (144,190,170). Sum of RGB (Red+Green+Blue) = 144+190+170=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEAA is #6F4155. Grayscale: #ADADAD. Windows color (decimal): -7291222 or 11189904. OLE color: 11189904.

HSL color Cylindrical-coordinate representation of color #90BEAA: hue angle of 153.91º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BEAA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 190 170 -
CMYK 0.24 0 0.11 0.25
HSL 153.91º 0.26% 0.65% -
HSV(B) 153.91º 0.24% 0.75% -
XYZ 37.17 45.66 44.88 -
YUV 173.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 144 190 170 0.24 0 0.11 0.25 153.91 0.26 0.65
Hex 90 BE AA 18 0 B 19 9A 1A 41
Octal 220 276 252 30 0 13 31 232 32 101
Binary 10010000 10111110 10101010 11000 0 1011 11001 10011010 11010 1000001

Color Harmonies of #90BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BEAA

Black with #90BEAA

Text Example


Text Example

White with #90BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,190,170); }

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

background-color css

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

 a { background-color: rgb(144,190,170); }

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

border-color css

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

 span { border-color: rgb(144,190,170); }

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