Html Css Color HEX #90C4AC Skeptic

📋 copy color: '#90C4AC'

red 144 ◦ green 196 ◦ blue 172

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

Shades of Skeptic #90C4AC

Tints of Skeptic #90C4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.28%

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

R = 28.13%
G = 38.28%
B = 33.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#90C4AC (or 0x90C4AC) is known color: Skeptic. HEX triplet: 90, C4 and AC. RGB value is (144,196,172). Sum of RGB (Red+Green+Blue) = 144+196+172=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #90C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C4AC is #6F3B53. Grayscale: #B1B1B1. Windows color (decimal): -7289684 or 11322512. OLE color: 11322512.

HSL color Cylindrical-coordinate representation of color #90C4AC: hue angle of 152.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C4AC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 196 172 -
CMYK 0.27 0 0.12 0.23
HSL 152.31º 0.31% 0.67% -
HSV(B) 152.31º 0.27% 0.77% -
XYZ 38.69 48.39 46.33 -
YUV 177.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 144 196 172 0.27 0 0.12 0.23 152.31 0.31 0.67
Hex 90 C4 AC 1B 0 C 17 98 1F 43
Octal 220 304 254 33 0 14 27 230 37 103
Binary 10010000 11000100 10101100 11011 0 1100 10111 10011000 11111 1000011

Color Harmonies of #90C4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C4AC

Black with #90C4AC

Text Example


Text Example

White with #90C4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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