Html Css Color HEX #90B1AE Conch

📋 copy color: '#90B1AE'

red 144 ◦ green 177 ◦ blue 174

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

Shades of Conch #90B1AE

Tints of Conch #90B1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 29.09%
G = 35.76%
B = 35.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#90B1AE (or 0x90B1AE) is known color: Conch. HEX triplet: 90, B1 and AE. RGB value is (144,177,174). Sum of RGB (Red+Green+Blue) = 144+177+174=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #90B1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B1AE is #6F4E51. Grayscale: #A6A6A6. Windows color (decimal): -7294546 or 11448720. OLE color: 11448720.

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

Color convert

RGB 144 177 174 -
CMYK 0.19 0 0.02 0.31
HSL 174.55º 0.17% 0.63% -
HSV(B) 174.55º 0.19% 0.69% -
XYZ 34.86 40.43 46.01 -
YUV 166.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 144 177 174 0.19 0 0.02 0.31 174.55 0.17 0.63
Hex 90 B1 AE 13 0 2 1F AF 11 3F
Octal 220 261 256 23 0 2 37 257 21 77
Binary 10010000 10110001 10101110 10011 0 10 11111 10101111 10001 111111

Color Harmonies of #90B1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B1AE

Black with #90B1AE

Text Example


Text Example

White with #90B1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,177,174); }

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

background-color css

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

 a { background-color: rgb(144,177,174); }

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

border-color css

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

 span { border-color: rgb(144,177,174); }

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