Html Css Color HEX #94B5B3 Conch

📋 copy color: '#94B5B3'

red 148 ◦ green 181 ◦ blue 179

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

Shades of Conch #94B5B3

Tints of Conch #94B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 29.13%
G = 35.63%
B = 35.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#94B5B3 (or 0x94B5B3) is known color: Conch. HEX triplet: 94, B5 and B3. RGB value is (148,181,179). Sum of RGB (Red+Green+Blue) = 148+181+179=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #94B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5B3 is #6B4A4C. Grayscale: #AAAAAA. Windows color (decimal): -7031373 or 11777428. OLE color: 11777428.

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

Color convert

RGB 148 181 179 -
CMYK 0.18 0 0.01 0.29
HSL 176.36º 0.18% 0.65% -
HSV(B) 176.36º 0.18% 0.71% -
XYZ 36.87 42.6 48.93 -
YUV 170.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 148 181 179 0.18 0 0.01 0.29 176.36 0.18 0.65
Hex 94 B5 B3 12 0 1 1D B0 12 41
Octal 224 265 263 22 0 1 35 260 22 101
Binary 10010100 10110101 10110011 10010 0 1 11101 10110000 10010 1000001

Color Harmonies of #94B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5B3

Black with #94B5B3

Text Example


Text Example

White with #94B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,179); }

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

background-color css

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

 a { background-color: rgb(148,181,179); }

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

border-color css

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

 span { border-color: rgb(148,181,179); }

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