Html Css Color HEX #90B6AF Conch

📋 copy color: '#90B6AF'

red 144 ◦ green 182 ◦ blue 175

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

Shades of Conch #90B6AF

Tints of Conch #90B6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 28.74%
G = 36.33%
B = 34.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#90B6AF (or 0x90B6AF) is known color: Conch. HEX triplet: 90, B6 and AF. RGB value is (144,182,175). Sum of RGB (Red+Green+Blue) = 144+182+175=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #90B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B6AF is #6F4950. Grayscale: #A9A9A9. Windows color (decimal): -7293265 or 11515536. OLE color: 11515536.

HSL color Cylindrical-coordinate representation of color #90B6AF: hue angle of 168.95º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B6AF is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 182 175 -
CMYK 0.21 0 0.04 0.29
HSL 168.95º 0.21% 0.64% -
HSV(B) 168.95º 0.21% 0.71% -
XYZ 35.97 42.48 46.86 -
YUV 169.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 144 182 175 0.21 0 0.04 0.29 168.95 0.21 0.64
Hex 90 B6 AF 15 0 4 1D A9 15 40
Octal 220 266 257 25 0 4 35 251 25 100
Binary 10010000 10110110 10101111 10101 0 100 11101 10101001 10101 1000000

Color Harmonies of #90B6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B6AF

Black with #90B6AF

Text Example


Text Example

White with #90B6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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