Html Css Color HEX #90B6B5 Conch

📋 copy color: '#90B6B5'

red 144 ◦ green 182 ◦ blue 181

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

Shades of Conch #90B6B5

Tints of Conch #90B6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 28.4%
G = 35.9%
B = 35.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#90B6B5 (or 0x90B6B5) is known color: Conch. HEX triplet: 90, B6 and B5. RGB value is (144,182,181). Sum of RGB (Red+Green+Blue) = 144+182+181=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #90B6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6B5 is #6F494A. Grayscale: #AAAAAA. Windows color (decimal): -7293259 or 11908752. OLE color: 11908752.

HSL color Cylindrical-coordinate representation of color #90B6B5: hue angle of 178.42º 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 #90B6B5 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 182 181 -
CMYK 0.21 0 0.01 0.29
HSL 178.42º 0.21% 0.64% -
HSV(B) 178.42º 0.21% 0.71% -
XYZ 36.57 42.72 50.03 -
YUV 170.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 144 182 181 0.21 0 0.01 0.29 178.42 0.21 0.64
Hex 90 B6 B5 15 0 1 1D B2 15 40
Octal 220 266 265 25 0 1 35 262 25 100
Binary 10010000 10110110 10110101 10101 0 1 11101 10110010 10101 1000000

Color Harmonies of #90B6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B6B5

Black with #90B6B5

Text Example


Text Example

White with #90B6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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