Html Css Color HEX #94B6B1 Conch

📋 copy color: '#94B6B1'

red 148 ◦ green 182 ◦ blue 177

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

Shades of Conch #94B6B1

Tints of Conch #94B6B1

RGB

 RED value IS 148 (58.2% from 255) = 29.19%

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

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 29.19%
G = 35.9%
B = 34.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#94B6B1 (or 0x94B6B1) is known color: Conch. HEX triplet: 94, B6 and B1. RGB value is (148,182,177). Sum of RGB (Red+Green+Blue) = 148+182+177=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #94B6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B6B1 is #6B494E. Grayscale: #ABABAB. Windows color (decimal): -7031119 or 11646612. OLE color: 11646612.

HSL color Cylindrical-coordinate representation of color #94B6B1: hue angle of 171.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B6B1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 177 -
CMYK 0.19 0 0.03 0.29
HSL 171.18º 0.19% 0.65% -
HSV(B) 171.18º 0.19% 0.71% -
XYZ 36.88 42.93 47.94 -
YUV 171.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 148 182 177 0.19 0 0.03 0.29 171.18 0.19 0.65
Hex 94 B6 B1 13 0 3 1D AB 13 41
Octal 224 266 261 23 0 3 35 253 23 101
Binary 10010100 10110110 10110001 10011 0 11 11101 10101011 10011 1000001

Color Harmonies of #94B6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B6B1

Black with #94B6B1

Text Example


Text Example

White with #94B6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B6B1; }

 p { color: rgb(148,182,177); }

 H1.HeaderClassName
 {
   color: #94B6B1;
 }
 .AnyTagClassName
 {
   color: #94B6B1;
 }
</style>

background-color css

<style>
 a { background-color: #94B6B1; }

 a { background-color: rgb(148,182,177); }

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

border-color css

<style>
 span { border-color: #94B6B1; }

 span { border-color: rgb(148,182,177); }

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