Html Css Color HEX #90AFAC Conch

📋 copy color: '#90AFAC'

red 144 ◦ green 175 ◦ blue 172

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

Shades of Conch #90AFAC

Tints of Conch #90AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

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

R = 29.33%
G = 35.64%
B = 35.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#90AFAC (or 0x90AFAC) is known color: Conch. HEX triplet: 90, AF and AC. RGB value is (144,175,172). Sum of RGB (Red+Green+Blue) = 144+175+172=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFAC is #6F5053. Grayscale: #A5A5A5. Windows color (decimal): -7295060 or 11317136. OLE color: 11317136.

HSL color Cylindrical-coordinate representation of color #90AFAC: hue angle of 174.19º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AFAC is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 172 -
CMYK 0.18 0 0.02 0.31
HSL 174.19º 0.16% 0.63% -
HSV(B) 174.19º 0.18% 0.69% -
XYZ 34.28 39.57 44.86 -
YUV 165.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 144 175 172 0.18 0 0.02 0.31 174.19 0.16 0.63
Hex 90 AF AC 12 0 2 1F AE 10 3F
Octal 220 257 254 22 0 2 37 256 20 77
Binary 10010000 10101111 10101100 10010 0 10 11111 10101110 10000 111111

Color Harmonies of #90AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFAC

Black with #90AFAC

Text Example


Text Example

White with #90AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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