Html Css Color HEX #90BCAC Skeptic

📋 copy color: '#90BCAC'

red 144 ◦ green 188 ◦ blue 172

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

Shades of Skeptic #90BCAC

Tints of Skeptic #90BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 28.57%
G = 37.3%
B = 34.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#90BCAC (or 0x90BCAC) is known color: Skeptic. HEX triplet: 90, BC and AC. RGB value is (144,188,172). Sum of RGB (Red+Green+Blue) = 144+188+172=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCAC is #6F4353. Grayscale: #ADADAD. Windows color (decimal): -7291732 or 11320464. OLE color: 11320464.

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

Color convert

RGB 144 188 172 -
CMYK 0.23 0 0.09 0.26
HSL 158.18º 0.25% 0.65% -
HSV(B) 158.18º 0.23% 0.74% -
XYZ 36.93 44.87 45.74 -
YUV 173.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 144 188 172 0.23 0 0.09 0.26 158.18 0.25 0.65
Hex 90 BC AC 17 0 9 1A 9E 19 41
Octal 220 274 254 27 0 11 32 236 31 101
Binary 10010000 10111100 10101100 10111 0 1001 11010 10011110 11001 1000001

Color Harmonies of #90BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCAC

Black with #90BCAC

Text Example


Text Example

White with #90BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,172); }

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

background-color css

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

 a { background-color: rgb(144,188,172); }

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

border-color css

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

 span { border-color: rgb(144,188,172); }

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